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#L1077: type MessageActionChatEditPhotoArray []MessageActionChatEditPhoto
		tl_message_action_slices_gen.go#L1080: func (s MessageActionChatEditPhotoArray) Sort(less func(a, b MessageActionChatEditPhoto) bool) MessageActionChatEditPhotoArray {
		tl_message_action_slices_gen.go#L1088: func (s MessageActionChatEditPhotoArray) SortStable(less func(a, b MessageActionChatEditPhoto) bool) MessageActionChatEditPhotoArray {
		tl_message_action_slices_gen.go#L1096: func (s MessageActionChatEditPhotoArray) Retain(keep func(x MessageActionChatEditPhoto) bool) MessageActionChatEditPhotoArray {
		tl_message_action_slices_gen.go#L1110: func (s MessageActionChatEditPhotoArray) First() (v MessageActionChatEditPhoto, ok bool) {
		tl_message_action_slices_gen.go#L1118: func (s MessageActionChatEditPhotoArray) Last() (v MessageActionChatEditPhoto, ok bool) {
		tl_message_action_slices_gen.go#L1126: func (s *MessageActionChatEditPhotoArray) PopFirst() (v MessageActionChatEditPhoto, ok bool) {
		tl_message_action_slices_gen.go#L1145: func (s *MessageActionChatEditPhotoArray) Pop() (v MessageActionChatEditPhoto, ok bool) {