Layer 228
ChatlistsChatlistInviteAlready
Updated info about a chat folder deep link we already imported.
constructor
chatlists.chatlistInviteAlready#fa87f659 filter_id:int missing_peers:Vector<Peer> already_peers:Vector<Peer> chats:Vector<Chat> users:Vector<User> = chatlists.ChatlistInvite;
Parameters
Returns
chatlists.ChatlistInviteGogram Example
// Creating ChatlistsChatlistInviteAlready constructor obj := &tg.ChatlistsChatlistInviteAlready{ FilterId: 42, MissingPeers: []tg.Peer{&tg.PeerChannel{}}, AlreadyPeers: []tg.Peer{&tg.PeerChannel{}}, Chats: []tg.Chat{&tg.ChatObj{}}, Users: []tg.User{&tg.UserObj{}}, }