Layer 228
AccountResolvedBusinessChatLinksObj
Contains info about a single resolved business chat deep link.
constructor
account.resolvedBusinessChatLinks#9a23af21 flags:# peer:Peer message:string entities:flags.0?Vector<MessageEntity> chats:Vector<Chat> users:Vector<User> = account.ResolvedBusinessChatLinks;
Parameters
Gogram Example
// Creating AccountResolvedBusinessChatLinksObj constructor obj := &tg.AccountResolvedBusinessChatLinksObj{ Peer: &tg.PeerChannel{}, Message: "Hello!", Entities: nil, Chats: []tg.Chat{&tg.ChatObj{}}, Users: []tg.User{&tg.UserObj{}}, }