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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L224: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionDeleteMessage() (to ChannelAdminLogEventActionDeleteMessageArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L1361: type ChannelAdminLogEventActionDeleteMessageArray []ChannelAdminLogEventActionDeleteMessage
		tl_channel_admin_log_event_action_slices_gen.go#L1364: func (s ChannelAdminLogEventActionDeleteMessageArray) Sort(less func(a, b ChannelAdminLogEventActionDeleteMessage) bool) ChannelAdminLogEventActionDeleteMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1372: func (s ChannelAdminLogEventActionDeleteMessageArray) SortStable(less func(a, b ChannelAdminLogEventActionDeleteMessage) bool) ChannelAdminLogEventActionDeleteMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1380: func (s ChannelAdminLogEventActionDeleteMessageArray) Retain(keep func(x ChannelAdminLogEventActionDeleteMessage) bool) ChannelAdminLogEventActionDeleteMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1394: func (s ChannelAdminLogEventActionDeleteMessageArray) First() (v ChannelAdminLogEventActionDeleteMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1402: func (s ChannelAdminLogEventActionDeleteMessageArray) Last() (v ChannelAdminLogEventActionDeleteMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1410: func (s *ChannelAdminLogEventActionDeleteMessageArray) PopFirst() (v ChannelAdminLogEventActionDeleteMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1429: func (s *ChannelAdminLogEventActionDeleteMessageArray) Pop() (v ChannelAdminLogEventActionDeleteMessage, ok bool) {