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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L536: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionSendMessage() (to ChannelAdminLogEventActionSendMessageArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L3329: type ChannelAdminLogEventActionSendMessageArray []ChannelAdminLogEventActionSendMessage
		tl_channel_admin_log_event_action_slices_gen.go#L3332: func (s ChannelAdminLogEventActionSendMessageArray) Sort(less func(a, b ChannelAdminLogEventActionSendMessage) bool) ChannelAdminLogEventActionSendMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3340: func (s ChannelAdminLogEventActionSendMessageArray) SortStable(less func(a, b ChannelAdminLogEventActionSendMessage) bool) ChannelAdminLogEventActionSendMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3348: func (s ChannelAdminLogEventActionSendMessageArray) Retain(keep func(x ChannelAdminLogEventActionSendMessage) bool) ChannelAdminLogEventActionSendMessageArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3362: func (s ChannelAdminLogEventActionSendMessageArray) First() (v ChannelAdminLogEventActionSendMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3370: func (s ChannelAdminLogEventActionSendMessageArray) Last() (v ChannelAdminLogEventActionSendMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3378: func (s *ChannelAdminLogEventActionSendMessageArray) PopFirst() (v ChannelAdminLogEventActionSendMessage, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3397: func (s *ChannelAdminLogEventActionSendMessageArray) Pop() (v ChannelAdminLogEventActionSendMessage, ok bool) {