type github.com/gotd/td/tg.UpdateEncryptedChatTypingArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L250: func (s UpdateClassArray) AsUpdateEncryptedChatTyping() (to UpdateEncryptedChatTypingArray) {
tl_update_slices_gen.go#L2359: type UpdateEncryptedChatTypingArray []UpdateEncryptedChatTyping
tl_update_slices_gen.go#L2362: func (s UpdateEncryptedChatTypingArray) Sort(less func(a, b UpdateEncryptedChatTyping) bool) UpdateEncryptedChatTypingArray {
tl_update_slices_gen.go#L2370: func (s UpdateEncryptedChatTypingArray) SortStable(less func(a, b UpdateEncryptedChatTyping) bool) UpdateEncryptedChatTypingArray {
tl_update_slices_gen.go#L2378: func (s UpdateEncryptedChatTypingArray) Retain(keep func(x UpdateEncryptedChatTyping) bool) UpdateEncryptedChatTypingArray {
tl_update_slices_gen.go#L2392: func (s UpdateEncryptedChatTypingArray) First() (v UpdateEncryptedChatTyping, ok bool) {
tl_update_slices_gen.go#L2400: func (s UpdateEncryptedChatTypingArray) Last() (v UpdateEncryptedChatTyping, ok bool) {
tl_update_slices_gen.go#L2408: func (s *UpdateEncryptedChatTypingArray) PopFirst() (v UpdateEncryptedChatTyping, ok bool) {
tl_update_slices_gen.go#L2427: func (s *UpdateEncryptedChatTypingArray) Pop() (v UpdateEncryptedChatTyping, 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. |