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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L5221: type ChannelAdminLogEventActionSendMessage struct {
		tl_channel_admin_log_event_action_gen.go#L5230: func (c ChannelAdminLogEventActionSendMessage) construct() ChannelAdminLogEventActionClass { return &c }
		tl_channel_admin_log_event_action_gen.go#L5234: 	_ bin.Encoder     = &ChannelAdminLogEventActionSendMessage{}
		tl_channel_admin_log_event_action_gen.go#L5235: 	_ bin.Decoder     = &ChannelAdminLogEventActionSendMessage{}
		tl_channel_admin_log_event_action_gen.go#L5236: 	_ bin.BareEncoder = &ChannelAdminLogEventActionSendMessage{}
		tl_channel_admin_log_event_action_gen.go#L5237: 	_ bin.BareDecoder = &ChannelAdminLogEventActionSendMessage{}
		tl_channel_admin_log_event_action_gen.go#L5239: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionSendMessage{}
		tl_channel_admin_log_event_action_gen.go#L5242: func (c *ChannelAdminLogEventActionSendMessage) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L5254: func (c *ChannelAdminLogEventActionSendMessage) String() string {
		tl_channel_admin_log_event_action_gen.go#L5258: 	type Alias ChannelAdminLogEventActionSendMessage
		tl_channel_admin_log_event_action_gen.go#L5263: func (c *ChannelAdminLogEventActionSendMessage) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L5272: func (*ChannelAdminLogEventActionSendMessage) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L5277: func (*ChannelAdminLogEventActionSendMessage) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L5282: func (c *ChannelAdminLogEventActionSendMessage) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L5301: func (c *ChannelAdminLogEventActionSendMessage) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5310: func (c *ChannelAdminLogEventActionSendMessage) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5324: func (c *ChannelAdminLogEventActionSendMessage) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5335: func (c *ChannelAdminLogEventActionSendMessage) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5350: func (c *ChannelAdminLogEventActionSendMessage) GetMessage() (value MessageClass) {
		tl_channel_admin_log_event_action_gen.go#L7711: 		v := ChannelAdminLogEventActionSendMessage{}
		tl_channel_admin_log_event_action_slices_gen.go#L538: 		value, ok := elem.(*ChannelAdminLogEventActionSendMessage)
		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#L3388: 	var zero ChannelAdminLogEventActionSendMessage
		tl_channel_admin_log_event_action_slices_gen.go#L3397: func (s *ChannelAdminLogEventActionSendMessageArray) Pop() (v ChannelAdminLogEventActionSendMessage, ok bool) {
		tl_registry_gen.go#L4386: 		ChannelAdminLogEventActionSendMessageTypeID:              func() bin.Object { return &ChannelAdminLogEventActionSendMessage{} },