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#L1064: type MessageActionChatEditPhotoArray []MessageActionChatEditPhoto
		tl_message_action_slices_gen.go#L1067: func (s MessageActionChatEditPhotoArray) Sort(less func(a, b MessageActionChatEditPhoto) bool) MessageActionChatEditPhotoArray {
		tl_message_action_slices_gen.go#L1075: func (s MessageActionChatEditPhotoArray) SortStable(less func(a, b MessageActionChatEditPhoto) bool) MessageActionChatEditPhotoArray {
		tl_message_action_slices_gen.go#L1083: func (s MessageActionChatEditPhotoArray) Retain(keep func(x MessageActionChatEditPhoto) bool) MessageActionChatEditPhotoArray {
		tl_message_action_slices_gen.go#L1097: func (s MessageActionChatEditPhotoArray) First() (v MessageActionChatEditPhoto, ok bool) {
		tl_message_action_slices_gen.go#L1105: func (s MessageActionChatEditPhotoArray) Last() (v MessageActionChatEditPhoto, ok bool) {
		tl_message_action_slices_gen.go#L1113: func (s *MessageActionChatEditPhotoArray) PopFirst() (v MessageActionChatEditPhoto, ok bool) {
		tl_message_action_slices_gen.go#L1132: func (s *MessageActionChatEditPhotoArray) Pop() (v MessageActionChatEditPhoto, ok bool) {