Layer 220
constructor

Parameters

Name Type Description
ChannelId long Channel ID

Returns

Update

Gogram Example

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