Layer 227
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

Gogram Example

// Creating MessagesChatFullObj constructor
obj := &tg.MessagesChatFullObj{
    FullChat: &tg.ChatFull{},
    Chats: &tg.VectorChat{},
    Users: &tg.VectorUser{},
}