Raw.chatlists.ChatlistInvite
Info about a chat folder deep link.
chatlists.chatlistInvite#1dcd839d flags:# title:string emoticon:flags.0?string peers:Vector<Peer> chats:Vector<Chat> users:Vector<User> = chatlists.ChatlistInvite;
export namespace Raw {
export namespace chatlists {
export class ChatlistInvite {
constructor(params: {
title: string;
emoticon?: string;
peers: Array<Raw.TypePeer>;
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: 0x1dcd839d
Property
title
: stringName of the link
emoticon
: string or undefinedEmoji to use as icon for the folder.
peers
: Array of Raw.TypePeerSupergroups and channels to join
chats
: Array of Raw.TypeChatRelated chat information
users
: Array of Raw.TypeUserRelated user information