- If I get
user_id
, bycontacts.resolveUsername#bf0131c
and search by stringchannel
, then I getuser_id = 0x0827ac18
If send it to
messages.getFullChat#3b831c66
, then receive errorPEER_ID_INVALID
.If send if to
users.getFullUser#ca30a5b1
, then I get errorUSER_ID_INVALID
.
- If I search string
channel
usingcontacts.search#11f812d8
, then I get two user with usernameChannelBot
andChannel_Bot
, but not get with user or channel namechannel
.
- How get channel id for using in
messages.getFullChat#3b831c66
? - How get
chat_id
by name?