Layer 227
constructor
updateChannel#635b4c09 channel_id:long = Update;

Parameters

Name Type Description
ChannelId long Channel ID

Returns

Update

Gogram Example

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