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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L5364: type ChannelAdminLogEventActionChangeAvailableReactions struct {
		tl_channel_admin_log_event_action_gen.go#L5375: func (c ChannelAdminLogEventActionChangeAvailableReactions) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L5381: 	_ bin.Encoder     = &ChannelAdminLogEventActionChangeAvailableReactions{}
		tl_channel_admin_log_event_action_gen.go#L5382: 	_ bin.Decoder     = &ChannelAdminLogEventActionChangeAvailableReactions{}
		tl_channel_admin_log_event_action_gen.go#L5383: 	_ bin.BareEncoder = &ChannelAdminLogEventActionChangeAvailableReactions{}
		tl_channel_admin_log_event_action_gen.go#L5384: 	_ bin.BareDecoder = &ChannelAdminLogEventActionChangeAvailableReactions{}
		tl_channel_admin_log_event_action_gen.go#L5386: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeAvailableReactions{}
		tl_channel_admin_log_event_action_gen.go#L5389: func (c *ChannelAdminLogEventActionChangeAvailableReactions) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L5404: func (c *ChannelAdminLogEventActionChangeAvailableReactions) String() string {
		tl_channel_admin_log_event_action_gen.go#L5408: 	type Alias ChannelAdminLogEventActionChangeAvailableReactions
		tl_channel_admin_log_event_action_gen.go#L5413: func (c *ChannelAdminLogEventActionChangeAvailableReactions) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L5424: func (*ChannelAdminLogEventActionChangeAvailableReactions) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L5429: func (*ChannelAdminLogEventActionChangeAvailableReactions) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L5434: func (c *ChannelAdminLogEventActionChangeAvailableReactions) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L5457: func (c *ChannelAdminLogEventActionChangeAvailableReactions) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5466: func (c *ChannelAdminLogEventActionChangeAvailableReactions) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5486: func (c *ChannelAdminLogEventActionChangeAvailableReactions) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5497: func (c *ChannelAdminLogEventActionChangeAvailableReactions) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5519: func (c *ChannelAdminLogEventActionChangeAvailableReactions) GetPrevValue() (value ChatReactionsClass) {
		tl_channel_admin_log_event_action_gen.go#L5527: func (c *ChannelAdminLogEventActionChangeAvailableReactions) GetNewValue() (value ChatReactionsClass) {
		tl_channel_admin_log_event_action_gen.go#L7718: 		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#L3411: type ChannelAdminLogEventActionChangeAvailableReactionsArray []ChannelAdminLogEventActionChangeAvailableReactions
		tl_channel_admin_log_event_action_slices_gen.go#L3414: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) Sort(less func(a, b ChannelAdminLogEventActionChangeAvailableReactions) bool) ChannelAdminLogEventActionChangeAvailableReactionsArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3422: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeAvailableReactions) bool) ChannelAdminLogEventActionChangeAvailableReactionsArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3430: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) Retain(keep func(x ChannelAdminLogEventActionChangeAvailableReactions) bool) ChannelAdminLogEventActionChangeAvailableReactionsArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3444: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) First() (v ChannelAdminLogEventActionChangeAvailableReactions, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3452: func (s ChannelAdminLogEventActionChangeAvailableReactionsArray) Last() (v ChannelAdminLogEventActionChangeAvailableReactions, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3460: func (s *ChannelAdminLogEventActionChangeAvailableReactionsArray) PopFirst() (v ChannelAdminLogEventActionChangeAvailableReactions, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3470: 	var zero ChannelAdminLogEventActionChangeAvailableReactions
		tl_channel_admin_log_event_action_slices_gen.go#L3479: func (s *ChannelAdminLogEventActionChangeAvailableReactionsArray) Pop() (v ChannelAdminLogEventActionChangeAvailableReactions, ok bool) {
		tl_registry_gen.go#L4387: 		ChannelAdminLogEventActionChangeAvailableReactionsTypeID: func() bin.Object { return &ChannelAdminLogEventActionChangeAvailableReactions{} },