messageActionNewCreatorPending
Service message: emitted to a supergroup when the group/channel creator leaves the group », indicating that ownership transfer is pending. The new_creator_id user will become the new owner after 7 days if the old owner does not rejoin. Sent from the user ID of the old owner.
type tg.MessageActionNewCreatorPending struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
NewCreatorID | int64 | yes | 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. |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionNewCreatorPending#b07ed085