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) {