Raw.ChatParticipants
Group members.
chatParticipants#3cbc93f8 chat_id:long participants:Vector<ChatParticipant> version:int = ChatParticipants;
export namespace Raw {
export class ChatParticipants {
constructor(params: {
chatId: bigint;
participants: Array<Raw.TypeChatParticipant>;
version: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x3cbc93f8
Property
chatId
: bigintGroup identifier
participants
: Array of Raw.TypeChatParticipantList of group members
version
: numberGroup version number