UpdateChatParticipantRank#

class pyrogram.raw.types.UpdateChatParticipantRank#

The tag of a participant of a basic group has changed.

Constructor of Update.

Details:
  • Layer: 225

  • ID: BD8367B9

Parameters:
  • chat_id (int 64-bit) – Basic group ID.

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

  • rank (str) – The new tag.

  • version (int 32-bit) – Used similarly to pts values to deduplicate/update outdated chat information as specified here ».