Raw.ChannelAdminLogEventActionParticipantJoinByInvite
A user joined the supergroup/channel using a specific invite link
channelAdminLogEventActionParticipantJoinByInvite#fe9fc158 flags:# via_chatlist:flags.0?true invite:ExportedChatInvite = ChannelAdminLogEventAction;
export namespace Raw {
export class ChannelAdminLogEventActionParticipantJoinByInvite {
constructor(params: { viaChatlist?: boolean; invite: Raw.TypeExportedChatInvite }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xfe9fc158
Property
viaChatlist
: boolean or undefinedThe participant joined by importing a chat folder deep link.
invite
: Raw.TypeExportedChatInviteThe invite link used to join the supergroup/channel