type github.com/gotd/td/tg.NotEmptyUpdatesChannelDifference
15 uses
github.com/gotd/td/tg (current package)
tl_updates_channel_difference_gen.go#L1169: AsNotEmpty() (NotEmptyUpdatesChannelDifference, bool)
tl_updates_channel_difference_gen.go#L1173: type NotEmptyUpdatesChannelDifference interface {
tl_updates_channel_difference_gen.go#L1206: func (c *UpdatesChannelDifferenceEmpty) AsNotEmpty() (NotEmptyUpdatesChannelDifference, bool) {
tl_updates_channel_difference_gen.go#L1207: value, ok := (UpdatesChannelDifferenceClass(c)).(NotEmptyUpdatesChannelDifference)
tl_updates_channel_difference_gen.go#L1212: func (c *UpdatesChannelDifferenceTooLong) AsNotEmpty() (NotEmptyUpdatesChannelDifference, bool) {
tl_updates_channel_difference_gen.go#L1213: value, ok := (UpdatesChannelDifferenceClass(c)).(NotEmptyUpdatesChannelDifference)
tl_updates_channel_difference_gen.go#L1218: func (c *UpdatesChannelDifference) AsNotEmpty() (NotEmptyUpdatesChannelDifference, bool) {
tl_updates_channel_difference_gen.go#L1219: value, ok := (UpdatesChannelDifferenceClass(c)).(NotEmptyUpdatesChannelDifference)
tl_updates_channel_difference_slices_gen.go#L160: func (s UpdatesChannelDifferenceClassArray) AppendOnlyNotEmpty(to []NotEmptyUpdatesChannelDifference) []NotEmptyUpdatesChannelDifference {
tl_updates_channel_difference_slices_gen.go#L173: func (s UpdatesChannelDifferenceClassArray) AsNotEmpty() (to []NotEmptyUpdatesChannelDifference) {
tl_updates_channel_difference_slices_gen.go#L178: func (s UpdatesChannelDifferenceClassArray) FirstAsNotEmpty() (v NotEmptyUpdatesChannelDifference, ok bool) {
tl_updates_channel_difference_slices_gen.go#L187: func (s UpdatesChannelDifferenceClassArray) LastAsNotEmpty() (v NotEmptyUpdatesChannelDifference, ok bool) {
tl_updates_channel_difference_slices_gen.go#L196: func (s *UpdatesChannelDifferenceClassArray) PopFirstAsNotEmpty() (v NotEmptyUpdatesChannelDifference, ok bool) {
tl_updates_channel_difference_slices_gen.go#L205: func (s *UpdatesChannelDifferenceClassArray) PopAsNotEmpty() (v NotEmptyUpdatesChannelDifference, ok bool) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |