Skip to main content

updates.ChannelDifference

This is a boxed type (a TL class): the Go interface tg.UpdatesChannelDifferenceClass, implemented by the constructors below. A value of this type is one of them — switch on the concrete type to handle it.

switch v := value.(type) {
case *tg.UpdatesChannelDifference: // updates.channelDifference
case *tg.UpdatesChannelDifferenceEmpty: // updates.channelDifferenceEmpty
case *tg.UpdatesChannelDifferenceTooLong: // updates.channelDifferenceTooLong
}

Constructors

ConstructorTL name
UpdatesChannelDifferenceupdates.channelDifference
UpdatesChannelDifferenceEmptyupdates.channelDifferenceEmpty
UpdatesChannelDifferenceTooLongupdates.channelDifferenceTooLong

Returned by

References