Get full info about a channel
messages.chatFull#e5d7d19c full_chat:ChatFull chats:Vector<Chat> users:Vector<User> = messages.ChatFull;
---functions---
channels.getFullChannel#8736a09 channel:InputChannel = messages.ChatFull;
Parameters
Name |
Type |
Description |
channel |
InputChannel |
The channel to get info about |
Result
messages.ChatFull
Possible errors
Code |
Type |
Description |
400 |
CHANNEL_INVALID |
The provided channel is invalid |
400 |
CHANNEL_PRIVATE |
You haven't joined this channel/supergroup |
403 |
CHANNEL_PUBLIC_GROUP_NA |
channel/supergroup not available |
400 |
MSG_ID_INVALID |
Invalid message ID provided |
Bots can use this method