Raw.chatlists.ChatlistInvite
Info about a chat folder deep link.
chatlists.chatlistInvite#f10ece2f flags:# title_noanimate:flags.1?true title:TextWithEntities 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: {
titleNoanimate?: boolean;
title: Raw.TypeTextWithEntities;
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: 198
Constructor ID: 0xf10ece2f
Property
titleNoanimate
: boolean or undefinedtitle
: Raw.TypeTextWithEntitiesName 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