type github.com/gotd/td/tg.UpdatePinnedMessagesArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1069: func (s UpdateClassArray) AsUpdatePinnedMessages() (to UpdatePinnedMessagesArray) {
tl_update_slices_gen.go#L7651: type UpdatePinnedMessagesArray []UpdatePinnedMessages
tl_update_slices_gen.go#L7654: func (s UpdatePinnedMessagesArray) Sort(less func(a, b UpdatePinnedMessages) bool) UpdatePinnedMessagesArray {
tl_update_slices_gen.go#L7662: func (s UpdatePinnedMessagesArray) SortStable(less func(a, b UpdatePinnedMessages) bool) UpdatePinnedMessagesArray {
tl_update_slices_gen.go#L7670: func (s UpdatePinnedMessagesArray) Retain(keep func(x UpdatePinnedMessages) bool) UpdatePinnedMessagesArray {
tl_update_slices_gen.go#L7684: func (s UpdatePinnedMessagesArray) First() (v UpdatePinnedMessages, ok bool) {
tl_update_slices_gen.go#L7692: func (s UpdatePinnedMessagesArray) Last() (v UpdatePinnedMessages, ok bool) {
tl_update_slices_gen.go#L7700: func (s *UpdatePinnedMessagesArray) PopFirst() (v UpdatePinnedMessages, ok bool) {
tl_update_slices_gen.go#L7719: func (s *UpdatePinnedMessagesArray) Pop() (v UpdatePinnedMessages, 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. |