Layer 220
UpdatesDifference
Abstract type representing one of 4 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.UpdatesDifference interface.
Use any of the following constructors:
Gogram Example
// updates.Difference is an interface type // You can use any of the following constructors: var _ tg.UpdatesDifference = &tg.UpdatesDifferenceEmpty{} var _ tg.UpdatesDifference = &tg.UpdatesDifference{} var _ tg.UpdatesDifference = &tg.UpdatesDifferenceSlice{} var _ tg.UpdatesDifference = &tg.UpdatesDifferenceTooLong{}