type github.com/gotd/td/tg.ChannelAdminLogEventActionChangePhotoArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L159: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionChangePhoto() (to ChannelAdminLogEventActionChangePhotoArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L951: type ChannelAdminLogEventActionChangePhotoArray []ChannelAdminLogEventActionChangePhoto
		tl_channel_admin_log_event_action_slices_gen.go#L954: func (s ChannelAdminLogEventActionChangePhotoArray) Sort(less func(a, b ChannelAdminLogEventActionChangePhoto) bool) ChannelAdminLogEventActionChangePhotoArray {
		tl_channel_admin_log_event_action_slices_gen.go#L962: func (s ChannelAdminLogEventActionChangePhotoArray) SortStable(less func(a, b ChannelAdminLogEventActionChangePhoto) bool) ChannelAdminLogEventActionChangePhotoArray {
		tl_channel_admin_log_event_action_slices_gen.go#L970: func (s ChannelAdminLogEventActionChangePhotoArray) Retain(keep func(x ChannelAdminLogEventActionChangePhoto) bool) ChannelAdminLogEventActionChangePhotoArray {
		tl_channel_admin_log_event_action_slices_gen.go#L984: func (s ChannelAdminLogEventActionChangePhotoArray) First() (v ChannelAdminLogEventActionChangePhoto, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L992: func (s ChannelAdminLogEventActionChangePhotoArray) Last() (v ChannelAdminLogEventActionChangePhoto, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1000: func (s *ChannelAdminLogEventActionChangePhotoArray) PopFirst() (v ChannelAdminLogEventActionChangePhoto, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1019: func (s *ChannelAdminLogEventActionChangePhotoArray) Pop() (v ChannelAdminLogEventActionChangePhoto, ok bool) {