Raw.messages.ChatFull
Full info about a channel, supergroup, gigagroup or basic group.
messages.chatFull#e5d7d19c full_chat:ChatFull chats:Vector<Chat> users:Vector<User> = messages.ChatFull;
export namespace Raw {
export namespace messages {
export class ChatFull {
constructor(params: {
fullChat: Raw.TypeChatFull;
chats: Array<Raw.TypeChat>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xe5d7d19c
Property
fullChat
: Raw.TypeChatFullFull info
chats
: Array of Raw.TypeChatMentioned chats
users
: Array of Raw.TypeUserMentioned users