Raw.ChannelParticipantSelf

Raw.ChannelParticipantSelf

Myself

channelParticipantSelf#35a8bfa7 flags:# via_request:flags.0?true user_id:long inviter_id:long date:int = ChannelParticipant;
export namespace Raw {
  export class ChannelParticipantSelf {
    constructor(params: {
      viaRequest?: boolean;
      userId: bigint;
      inviterId: bigint;
      date: number;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x35a8bfa7

Property

  • viaRequest : boolean or undefined

    Whether i joined upon specific approval of an admin

  • userId : bigint

    User id

  • inviterId : bigint

    User that invited me to the channel/supergroup

  • date : number

    When did i join the channel/supergroup