Layer 227
constructor
updateChannelTooLong#108d941f flags:# channel_id:long pts:flags.0?int = Update;

Parameters

Name Type Description
ChannelId long The channel
Pts flags .0? int The PTS.

Returns

Update

Gogram Example

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