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#L3009: type MessageActionSetChatWallPaperArray []MessageActionSetChatWallPaper
tl_message_action_slices_gen.go#L3012: func (s MessageActionSetChatWallPaperArray) Sort(less func(a, b MessageActionSetChatWallPaper) bool) MessageActionSetChatWallPaperArray {
tl_message_action_slices_gen.go#L3020: func (s MessageActionSetChatWallPaperArray) SortStable(less func(a, b MessageActionSetChatWallPaper) bool) MessageActionSetChatWallPaperArray {
tl_message_action_slices_gen.go#L3028: func (s MessageActionSetChatWallPaperArray) Retain(keep func(x MessageActionSetChatWallPaper) bool) MessageActionSetChatWallPaperArray {
tl_message_action_slices_gen.go#L3042: func (s MessageActionSetChatWallPaperArray) First() (v MessageActionSetChatWallPaper, ok bool) {
tl_message_action_slices_gen.go#L3050: func (s MessageActionSetChatWallPaperArray) Last() (v MessageActionSetChatWallPaper, ok bool) {
tl_message_action_slices_gen.go#L3058: func (s *MessageActionSetChatWallPaperArray) PopFirst() (v MessageActionSetChatWallPaper, ok bool) {
tl_message_action_slices_gen.go#L3077: func (s *MessageActionSetChatWallPaperArray) Pop() (v MessageActionSetChatWallPaper, 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. |