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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L7212: type ChannelAdminLogEventActionChangeEmojiStatus struct {
		tl_channel_admin_log_event_action_gen.go#L7223: func (c ChannelAdminLogEventActionChangeEmojiStatus) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L7229: 	_ bin.Encoder     = &ChannelAdminLogEventActionChangeEmojiStatus{}
		tl_channel_admin_log_event_action_gen.go#L7230: 	_ bin.Decoder     = &ChannelAdminLogEventActionChangeEmojiStatus{}
		tl_channel_admin_log_event_action_gen.go#L7231: 	_ bin.BareEncoder = &ChannelAdminLogEventActionChangeEmojiStatus{}
		tl_channel_admin_log_event_action_gen.go#L7232: 	_ bin.BareDecoder = &ChannelAdminLogEventActionChangeEmojiStatus{}
		tl_channel_admin_log_event_action_gen.go#L7234: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeEmojiStatus{}
		tl_channel_admin_log_event_action_gen.go#L7237: func (c *ChannelAdminLogEventActionChangeEmojiStatus) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L7252: func (c *ChannelAdminLogEventActionChangeEmojiStatus) String() string {
		tl_channel_admin_log_event_action_gen.go#L7256: 	type Alias ChannelAdminLogEventActionChangeEmojiStatus
		tl_channel_admin_log_event_action_gen.go#L7261: func (c *ChannelAdminLogEventActionChangeEmojiStatus) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L7272: func (*ChannelAdminLogEventActionChangeEmojiStatus) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L7277: func (*ChannelAdminLogEventActionChangeEmojiStatus) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L7282: func (c *ChannelAdminLogEventActionChangeEmojiStatus) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L7305: func (c *ChannelAdminLogEventActionChangeEmojiStatus) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7314: func (c *ChannelAdminLogEventActionChangeEmojiStatus) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7334: func (c *ChannelAdminLogEventActionChangeEmojiStatus) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7345: func (c *ChannelAdminLogEventActionChangeEmojiStatus) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7367: func (c *ChannelAdminLogEventActionChangeEmojiStatus) GetPrevValue() (value EmojiStatusClass) {
		tl_channel_admin_log_event_action_gen.go#L7375: func (c *ChannelAdminLogEventActionChangeEmojiStatus) GetNewValue() (value EmojiStatusClass) {
		tl_channel_admin_log_event_action_gen.go#L7795: 		v := ChannelAdminLogEventActionChangeEmojiStatus{}
		tl_channel_admin_log_event_action_slices_gen.go#L694: 		value, ok := elem.(*ChannelAdminLogEventActionChangeEmojiStatus)
		tl_channel_admin_log_event_action_slices_gen.go#L4313: type ChannelAdminLogEventActionChangeEmojiStatusArray []ChannelAdminLogEventActionChangeEmojiStatus
		tl_channel_admin_log_event_action_slices_gen.go#L4316: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) Sort(less func(a, b ChannelAdminLogEventActionChangeEmojiStatus) bool) ChannelAdminLogEventActionChangeEmojiStatusArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4324: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeEmojiStatus) bool) ChannelAdminLogEventActionChangeEmojiStatusArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4332: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) Retain(keep func(x ChannelAdminLogEventActionChangeEmojiStatus) bool) ChannelAdminLogEventActionChangeEmojiStatusArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4346: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) First() (v ChannelAdminLogEventActionChangeEmojiStatus, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4354: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) Last() (v ChannelAdminLogEventActionChangeEmojiStatus, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4362: func (s *ChannelAdminLogEventActionChangeEmojiStatusArray) PopFirst() (v ChannelAdminLogEventActionChangeEmojiStatus, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4372: 	var zero ChannelAdminLogEventActionChangeEmojiStatus
		tl_channel_admin_log_event_action_slices_gen.go#L4381: func (s *ChannelAdminLogEventActionChangeEmojiStatusArray) Pop() (v ChannelAdminLogEventActionChangeEmojiStatus, ok bool) {
		tl_registry_gen.go#L4398: 		ChannelAdminLogEventActionChangeEmojiStatusTypeID:        func() bin.Object { return &ChannelAdminLogEventActionChangeEmojiStatus{} },