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

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
ChannelId long The channel
Pts flags.0?int The PTS.

Returns

Update

Gogram Example

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

    // Optional fields:
    // Pts: 0,
}