Layer 224
MessageActionNewCreatorPending
Pending creator transfer
constructor
messageActionNewCreatorPending#b07ed085 new_creator_id:long = MessageAction;
Parameters
| Name | Type | Description |
|---|---|---|
| NewCreatorId | long | Pending creator ID |
Returns
MessageActionGogram Example
// Creating MessageActionNewCreatorPending constructor obj := &tg.MessageActionNewCreatorPending{ NewCreatorId: int64(1234567890), }