type github.com/gotd/td/tg.UpdateDeleteMessagesArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L146: func (s UpdateClassArray) AsUpdateDeleteMessages() (to UpdateDeleteMessagesArray) {
tl_update_slices_gen.go#L1703: type UpdateDeleteMessagesArray []UpdateDeleteMessages
tl_update_slices_gen.go#L1706: func (s UpdateDeleteMessagesArray) Sort(less func(a, b UpdateDeleteMessages) bool) UpdateDeleteMessagesArray {
tl_update_slices_gen.go#L1714: func (s UpdateDeleteMessagesArray) SortStable(less func(a, b UpdateDeleteMessages) bool) UpdateDeleteMessagesArray {
tl_update_slices_gen.go#L1722: func (s UpdateDeleteMessagesArray) Retain(keep func(x UpdateDeleteMessages) bool) UpdateDeleteMessagesArray {
tl_update_slices_gen.go#L1736: func (s UpdateDeleteMessagesArray) First() (v UpdateDeleteMessages, ok bool) {
tl_update_slices_gen.go#L1744: func (s UpdateDeleteMessagesArray) Last() (v UpdateDeleteMessages, ok bool) {
tl_update_slices_gen.go#L1752: func (s *UpdateDeleteMessagesArray) PopFirst() (v UpdateDeleteMessages, ok bool) {
tl_update_slices_gen.go#L1771: func (s *UpdateDeleteMessagesArray) Pop() (v UpdateDeleteMessages, 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. |