Layer 227
constructor
messageActionNewCreatorPending#b07ed085 new_creator_id:long = MessageAction;

Parameters

Name Type Description
NewCreatorId long The ID of the user who will become the new owner of the group/channel after 7 days if the old owner does not rejoin.

Returns

MessageAction

Gogram Example

// Creating MessageActionNewCreatorPending constructor
obj := &tg.MessageActionNewCreatorPending{
    NewCreatorId: int64(1234567890),
}