ChannelParticipantSelf#

class pyrogram.raw.types.ChannelParticipantSelf#

Myself.

Constructor of ChannelParticipant.

Details:
  • Layer: 158

  • ID: 35A8BFA7

Parameters:
  • user_id (int 64-bit) – User ID.

  • inviter_id (int 64-bit) – User that invited me to the channel/supergroup.

  • date (int 32-bit) – When did I join the channel/supergroup.

  • via_request (bool, optional) – Whether I joined upon specific approval of an admin.