Layer 227
MessageActionChangeCreator
Service message: emitted to a supergroup when ownership transfer completes after the old owner left the group (7 days after the old owner left without rejoining), indicating that ownership has been transferred to a new owner.
constructor
messageActionChangeCreator#e188503b new_creator_id:long = MessageAction;
Parameters
| Name | Type | Description |
|---|---|---|
| NewCreatorId | long | The ID of the user who became the new owner of the group/channel. |
Returns
MessageActionGogram Example
// Creating MessageActionChangeCreator constructor obj := &tg.MessageActionChangeCreator{ NewCreatorId: int64(1234567890), }