diff options
author | George Hazan <ghazan@miranda.im> | 2022-12-19 21:53:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-12-19 21:53:22 +0300 |
commit | d78fdd24a3f26f928a55f527e0bfbfc5fa069d55 (patch) | |
tree | 986ef11cc22add13f538b08c34fd862e5212571e /protocols/Telegram/src/utils.h | |
parent | 77a1f91e61f6d63591ec06db9ff2b3ef54af832f (diff) |
Telegram: simple text message reading
Diffstat (limited to 'protocols/Telegram/src/utils.h')
-rw-r--r-- | protocols/Telegram/src/utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Telegram/src/utils.h b/protocols/Telegram/src/utils.h new file mode 100644 index 0000000000..2526393a5f --- /dev/null +++ b/protocols/Telegram/src/utils.h @@ -0,0 +1,3 @@ +#pragma once + +CMStringA getMessageText(TD::MessageContent *pBody); |