type github.com/gotd/td/tg.MessageActionSetChatWallPaperArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L510: func (s MessageActionClassArray) AsMessageActionSetChatWallPaper() (to MessageActionSetChatWallPaperArray) {
tl_message_action_slices_gen.go#L3360: type MessageActionSetChatWallPaperArray []MessageActionSetChatWallPaper
tl_message_action_slices_gen.go#L3363: func (s MessageActionSetChatWallPaperArray) Sort(less func(a, b MessageActionSetChatWallPaper) bool) MessageActionSetChatWallPaperArray {
tl_message_action_slices_gen.go#L3371: func (s MessageActionSetChatWallPaperArray) SortStable(less func(a, b MessageActionSetChatWallPaper) bool) MessageActionSetChatWallPaperArray {
tl_message_action_slices_gen.go#L3379: func (s MessageActionSetChatWallPaperArray) Retain(keep func(x MessageActionSetChatWallPaper) bool) MessageActionSetChatWallPaperArray {
tl_message_action_slices_gen.go#L3393: func (s MessageActionSetChatWallPaperArray) First() (v MessageActionSetChatWallPaper, ok bool) {
tl_message_action_slices_gen.go#L3401: func (s MessageActionSetChatWallPaperArray) Last() (v MessageActionSetChatWallPaper, ok bool) {
tl_message_action_slices_gen.go#L3409: func (s *MessageActionSetChatWallPaperArray) PopFirst() (v MessageActionSetChatWallPaper, ok bool) {
tl_message_action_slices_gen.go#L3428: func (s *MessageActionSetChatWallPaperArray) Pop() (v MessageActionSetChatWallPaper, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |