MessageActionNewCreatorPending

class pyrogram.raw.types.MessageActionNewCreatorPending

{schema}

Constructor of MessageAction.

Details:
  • Layer: 223

  • ID: B07ED085

Parameters:

new_creator_id (int 64-bit)

TL Schema

messageActionNewCreatorPending#b07ed085
new_creator_id:long

= MessageAction

Parameter Tree

MessageActionNewCreatorPending
└── new_creator_idlong

Example

MessageActionNewCreatorPending(
    new_creator_id=0,
)