Layer 224
ChannelsGetFutureCreatorAfterLeave
Get the future creator assigned to the channel, if the current creator leaves
method
channels.getFutureCreatorAfterLeave#a00918af channel:InputChannel = User;
Parameters
| Name | Type | Description |
|---|---|---|
| Channel | InputChannel | Channel to query |
Returns
UserGogram Example
// ChannelsGetFutureCreatorAfterLeave - positional arguments result, err := client.ChannelsGetFutureCreatorAfterLeave(&tg.InputChannel{ChannelID: int64(1234567890), AccessHash: int64(5678901234567890)}) if err != nil { // handle error } // result is *tg.User