Raw.ChannelParticipant

Raw.ChannelParticipant

Channel/supergroup participant

channelParticipant#cb397619 flags:# user_id:long date:int subscription_until_date:flags.0?int = ChannelParticipant;
export namespace Raw {
  export class ChannelParticipant {
    constructor(params: { userId: bigint; date: number; subscriptionUntilDate?: number }) {}
  }
}
🚫

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

Layer: 198
Constructor ID: 0xcb397619

Property

  • userId : bigint

    Participant user id

  • date : number

    Date joined

  • subscriptionUntilDate : number or undefined

    If set, contains the expiration date of the current telegram star subscription period for the specified participant.