type github.com/gotd/td/tg.MessageActionChatEditPhotoArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L146: func (s MessageActionClassArray) AsMessageActionChatEditPhoto() (to MessageActionChatEditPhotoArray) {
tl_message_action_slices_gen.go#L713: type MessageActionChatEditPhotoArray []MessageActionChatEditPhoto
tl_message_action_slices_gen.go#L716: func (s MessageActionChatEditPhotoArray) Sort(less func(a, b MessageActionChatEditPhoto) bool) MessageActionChatEditPhotoArray {
tl_message_action_slices_gen.go#L724: func (s MessageActionChatEditPhotoArray) SortStable(less func(a, b MessageActionChatEditPhoto) bool) MessageActionChatEditPhotoArray {
tl_message_action_slices_gen.go#L732: func (s MessageActionChatEditPhotoArray) Retain(keep func(x MessageActionChatEditPhoto) bool) MessageActionChatEditPhotoArray {
tl_message_action_slices_gen.go#L746: func (s MessageActionChatEditPhotoArray) First() (v MessageActionChatEditPhoto, ok bool) {
tl_message_action_slices_gen.go#L754: func (s MessageActionChatEditPhotoArray) Last() (v MessageActionChatEditPhoto, ok bool) {
tl_message_action_slices_gen.go#L762: func (s *MessageActionChatEditPhotoArray) PopFirst() (v MessageActionChatEditPhoto, ok bool) {
tl_message_action_slices_gen.go#L781: func (s *MessageActionChatEditPhotoArray) Pop() (v MessageActionChatEditPhoto, 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. |