summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/utils.h
blob: 1af5f4ee4c23b2cfdd819f446cad3d347deb44be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

const char *getName(const TD::usernames *pName);

TD::object_ptr<TD::inputFileLocal> makeFile(const wchar_t *pwszFilename);

TD::object_ptr<TD::formattedText> formatBbcodes(const char *pszText);

TG_FILE_REQUEST::Type AutoDetectType(const wchar_t *pwszFilename);

CMStringA msg2id(const TD::message *pMsg);
CMStringA msg2id(TD::int53 chatId, TD::int53 msgId);