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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L5374: type ChannelAdminLogEventActionChangeAvailableReactions struct {
		tl_channel_admin_log_event_action_gen.go#L5385: func (c ChannelAdminLogEventActionChangeAvailableReactions) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L5391: 	_ bin.Encoder     = &ChannelAdminLogEventActionChangeAvailableReactions{}
		tl_channel_admin_log_event_action_gen.go#L5392: 	_ bin.Decoder     = &ChannelAdminLogEventActionChangeAvailableReactions{}
		tl_channel_admin_log_event_action_gen.go#L5393: 	_ bin.BareEncoder = &ChannelAdminLogEventActionChangeAvailableReactions{}
		tl_channel_admin_log_event_action_gen.go#L5394: 	_ bin.BareDecoder = &ChannelAdminLogEventActionChangeAvailableReactions{}
		tl_channel_admin_log_event_action_gen.go#L5396: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeAvailableReactions{}
		tl_channel_admin_log_event_action_gen.go#L5399: func (c *ChannelAdminLogEventActionChangeAvailableReactions) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L5414: func (c *ChannelAdminLogEventActionChangeAvailableReactions) String() string {
		tl_channel_admin_log_event_action_gen.go#L5418: 	type Alias ChannelAdminLogEventActionChangeAvailableReactions
		tl_channel_admin_log_event_action_gen.go#L5423: func (c *ChannelAdminLogEventActionChangeAvailableReactions) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L5434: func (*ChannelAdminLogEventActionChangeAvailableReactions) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L5439: func (*ChannelAdminLogEventActionChangeAvailableReactions) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L5444: func (c *ChannelAdminLogEventActionChangeAvailableReactions) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L5467: func (c *ChannelAdminLogEventActionChangeAvailableReactions) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5476: func (c *ChannelAdminLogEventActionChangeAvailableReactions) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5496: func (c *ChannelAdminLogEventActionChangeAvailableReactions) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5507: func (c *ChannelAdminLogEventActionChangeAvailableReactions) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5529: func (c *ChannelAdminLogEventActionChangeAvailableReactions) GetPrevValue() (value ChatReactionsClass) {
		tl_channel_admin_log_event_action_gen.go#L5537: func (c *ChannelAdminLogEventActionChangeAvailableReactions) GetNewValue() (value ChatReactionsClass) {
		tl_channel_admin_log_event_action_gen.go#L8648: 		v := ChannelAdminLogEventActionChangeAvailableReactions{}
		tl_channel_admin_log_event_action_slices_gen.go#L551: 		value, ok := elem.(*ChannelAdminLogEventActionChangeAvailableReactions)
		tl_channel_admin_log_event_action_slices_gen.go#L3476: type ChannelAdminLogEventActionChangeAvailableReactionsArray []ChannelAdminLogEventActionChangeAvailableReactions
		tl_channel_admin_log_event_action_slices_gen.go#L3479: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) Sort(less func(a, b ChannelAdminLogEventActionChangeAvailableReactions) bool) ChannelAdminLogEventActionChangeAvailableReactionsArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3487: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeAvailableReactions) bool) ChannelAdminLogEventActionChangeAvailableReactionsArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3495: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) Retain(keep func(x ChannelAdminLogEventActionChangeAvailableReactions) bool) ChannelAdminLogEventActionChangeAvailableReactionsArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3509: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) First() (v ChannelAdminLogEventActionChangeAvailableReactions, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3517: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) Last() (v ChannelAdminLogEventActionChangeAvailableReactions, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3525: func (s *ChannelAdminLogEventActionChangeAvailableReactionsArray) PopFirst() (v ChannelAdminLogEventActionChangeAvailableReactions, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3535: 	var zero ChannelAdminLogEventActionChangeAvailableReactions
		tl_channel_admin_log_event_action_slices_gen.go#L3544: func (s *ChannelAdminLogEventActionChangeAvailableReactionsArray) Pop() (v ChannelAdminLogEventActionChangeAvailableReactions, ok bool) {
		tl_registry_gen.go#L5809: 		ChannelAdminLogEventActionChangeAvailableReactionsTypeID: func() bin.Object { return &ChannelAdminLogEventActionChangeAvailableReactions{} },