Layer 227
MessagesChatFullObj
Full info about a channel, supergroup, gigagroup or basic group.
constructor
messages.chatFull#e5d7d19c full_chat:ChatFull chats:Vector<Chat> users:Vector<User> = messages.ChatFull;
Parameters
| Name | Type | Description |
|---|---|---|
| FullChat | ChatFull | Full info |
| Chats | Vector < Chat > | Mentioned chats |
| Users | Vector < User > | Mentioned users |
Returns
messages.ChatFullGogram Example
// Creating MessagesChatFullObj constructor obj := &tg.MessagesChatFullObj{ FullChat: &tg.ChatFull{}, Chats: &tg.VectorChat{}, Users: &tg.VectorUser{}, }