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
| Constructor | TL name |
|---|---|
UpdatesChannelDifference | updates.channelDifference |
UpdatesChannelDifferenceEmpty | updates.channelDifferenceEmpty |
UpdatesChannelDifferenceTooLong | updates.channelDifferenceTooLong |