telegram-tt/tests/helpers.ts
Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

4 lines
132 B
TypeScript

export function getMessageElement(messageId: number) {
return document.getElementById(`message${messageId}`) as HTMLDivElement;
}