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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L7258: type ChannelAdminLogEventActionChangeEmojiStatus struct {
		tl_channel_admin_log_event_action_gen.go#L7269: func (c ChannelAdminLogEventActionChangeEmojiStatus) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L7275: 	_ bin.Encoder     = &ChannelAdminLogEventActionChangeEmojiStatus{}
		tl_channel_admin_log_event_action_gen.go#L7276: 	_ bin.Decoder     = &ChannelAdminLogEventActionChangeEmojiStatus{}
		tl_channel_admin_log_event_action_gen.go#L7277: 	_ bin.BareEncoder = &ChannelAdminLogEventActionChangeEmojiStatus{}
		tl_channel_admin_log_event_action_gen.go#L7278: 	_ bin.BareDecoder = &ChannelAdminLogEventActionChangeEmojiStatus{}
		tl_channel_admin_log_event_action_gen.go#L7280: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeEmojiStatus{}
		tl_channel_admin_log_event_action_gen.go#L7283: func (c *ChannelAdminLogEventActionChangeEmojiStatus) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L7298: func (c *ChannelAdminLogEventActionChangeEmojiStatus) String() string {
		tl_channel_admin_log_event_action_gen.go#L7302: 	type Alias ChannelAdminLogEventActionChangeEmojiStatus
		tl_channel_admin_log_event_action_gen.go#L7307: func (c *ChannelAdminLogEventActionChangeEmojiStatus) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L7318: func (*ChannelAdminLogEventActionChangeEmojiStatus) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L7323: func (*ChannelAdminLogEventActionChangeEmojiStatus) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L7328: func (c *ChannelAdminLogEventActionChangeEmojiStatus) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L7351: func (c *ChannelAdminLogEventActionChangeEmojiStatus) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7360: func (c *ChannelAdminLogEventActionChangeEmojiStatus) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7380: func (c *ChannelAdminLogEventActionChangeEmojiStatus) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7391: func (c *ChannelAdminLogEventActionChangeEmojiStatus) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7413: func (c *ChannelAdminLogEventActionChangeEmojiStatus) GetPrevValue() (value EmojiStatusClass) {
		tl_channel_admin_log_event_action_gen.go#L7421: func (c *ChannelAdminLogEventActionChangeEmojiStatus) GetNewValue() (value EmojiStatusClass) {
		tl_channel_admin_log_event_action_gen.go#L8725: 		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#L4378: type ChannelAdminLogEventActionChangeEmojiStatusArray []ChannelAdminLogEventActionChangeEmojiStatus
		tl_channel_admin_log_event_action_slices_gen.go#L4381: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) Sort(less func(a, b ChannelAdminLogEventActionChangeEmojiStatus) bool) ChannelAdminLogEventActionChangeEmojiStatusArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4389: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeEmojiStatus) bool) ChannelAdminLogEventActionChangeEmojiStatusArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4397: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) Retain(keep func(x ChannelAdminLogEventActionChangeEmojiStatus) bool) ChannelAdminLogEventActionChangeEmojiStatusArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4411: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) First() (v ChannelAdminLogEventActionChangeEmojiStatus, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4419: func (s ChannelAdminLogEventActionChangeEmojiStatusArray) Last() (v ChannelAdminLogEventActionChangeEmojiStatus, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4427: func (s *ChannelAdminLogEventActionChangeEmojiStatusArray) PopFirst() (v ChannelAdminLogEventActionChangeEmojiStatus, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4437: 	var zero ChannelAdminLogEventActionChangeEmojiStatus
		tl_channel_admin_log_event_action_slices_gen.go#L4446: func (s *ChannelAdminLogEventActionChangeEmojiStatusArray) Pop() (v ChannelAdminLogEventActionChangeEmojiStatus, ok bool) {
		tl_registry_gen.go#L5820: 		ChannelAdminLogEventActionChangeEmojiStatusTypeID:        func() bin.Object { return &ChannelAdminLogEventActionChangeEmojiStatus{} },