type github.com/gotd/td/tg.UpdateNewScheduledMessageArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L900: func (s UpdateClassArray) AsUpdateNewScheduledMessage() (to UpdateNewScheduledMessageArray) {
tl_update_slices_gen.go#L6529: type UpdateNewScheduledMessageArray []UpdateNewScheduledMessage
tl_update_slices_gen.go#L6532: func (s UpdateNewScheduledMessageArray) Sort(less func(a, b UpdateNewScheduledMessage) bool) UpdateNewScheduledMessageArray {
tl_update_slices_gen.go#L6540: func (s UpdateNewScheduledMessageArray) SortStable(less func(a, b UpdateNewScheduledMessage) bool) UpdateNewScheduledMessageArray {
tl_update_slices_gen.go#L6548: func (s UpdateNewScheduledMessageArray) Retain(keep func(x UpdateNewScheduledMessage) bool) UpdateNewScheduledMessageArray {
tl_update_slices_gen.go#L6562: func (s UpdateNewScheduledMessageArray) First() (v UpdateNewScheduledMessage, ok bool) {
tl_update_slices_gen.go#L6570: func (s UpdateNewScheduledMessageArray) Last() (v UpdateNewScheduledMessage, ok bool) {
tl_update_slices_gen.go#L6578: func (s *UpdateNewScheduledMessageArray) PopFirst() (v UpdateNewScheduledMessage, ok bool) {
tl_update_slices_gen.go#L6597: func (s *UpdateNewScheduledMessageArray) Pop() (v UpdateNewScheduledMessage, 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. |