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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L2134: type ChannelAdminLogEventActionChangeStickerSet struct {
		tl_channel_admin_log_event_action_gen.go#L2145: func (c ChannelAdminLogEventActionChangeStickerSet) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L2151: 	_ bin.Encoder     = &ChannelAdminLogEventActionChangeStickerSet{}
		tl_channel_admin_log_event_action_gen.go#L2152: 	_ bin.Decoder     = &ChannelAdminLogEventActionChangeStickerSet{}
		tl_channel_admin_log_event_action_gen.go#L2153: 	_ bin.BareEncoder = &ChannelAdminLogEventActionChangeStickerSet{}
		tl_channel_admin_log_event_action_gen.go#L2154: 	_ bin.BareDecoder = &ChannelAdminLogEventActionChangeStickerSet{}
		tl_channel_admin_log_event_action_gen.go#L2156: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeStickerSet{}
		tl_channel_admin_log_event_action_gen.go#L2159: func (c *ChannelAdminLogEventActionChangeStickerSet) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L2174: func (c *ChannelAdminLogEventActionChangeStickerSet) String() string {
		tl_channel_admin_log_event_action_gen.go#L2178: 	type Alias ChannelAdminLogEventActionChangeStickerSet
		tl_channel_admin_log_event_action_gen.go#L2183: func (c *ChannelAdminLogEventActionChangeStickerSet) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L2194: func (*ChannelAdminLogEventActionChangeStickerSet) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L2199: func (*ChannelAdminLogEventActionChangeStickerSet) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L2204: func (c *ChannelAdminLogEventActionChangeStickerSet) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L2227: func (c *ChannelAdminLogEventActionChangeStickerSet) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2236: func (c *ChannelAdminLogEventActionChangeStickerSet) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2256: func (c *ChannelAdminLogEventActionChangeStickerSet) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2267: func (c *ChannelAdminLogEventActionChangeStickerSet) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2289: func (c *ChannelAdminLogEventActionChangeStickerSet) GetPrevStickerset() (value InputStickerSetClass) {
		tl_channel_admin_log_event_action_gen.go#L2297: func (c *ChannelAdminLogEventActionChangeStickerSet) GetNewStickerset() (value InputStickerSetClass) {
		tl_channel_admin_log_event_action_gen.go#L7571: 		v := ChannelAdminLogEventActionChangeStickerSet{}
		tl_channel_admin_log_event_action_slices_gen.go#L278: 		value, ok := elem.(*ChannelAdminLogEventActionChangeStickerSet)
		tl_channel_admin_log_event_action_slices_gen.go#L1689: type ChannelAdminLogEventActionChangeStickerSetArray []ChannelAdminLogEventActionChangeStickerSet
		tl_channel_admin_log_event_action_slices_gen.go#L1692: func (s ChannelAdminLogEventActionChangeStickerSetArray) Sort(less func(a, b ChannelAdminLogEventActionChangeStickerSet) bool) ChannelAdminLogEventActionChangeStickerSetArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1700: func (s ChannelAdminLogEventActionChangeStickerSetArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeStickerSet) bool) ChannelAdminLogEventActionChangeStickerSetArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1708: func (s ChannelAdminLogEventActionChangeStickerSetArray) Retain(keep func(x ChannelAdminLogEventActionChangeStickerSet) bool) ChannelAdminLogEventActionChangeStickerSetArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1722: func (s ChannelAdminLogEventActionChangeStickerSetArray) First() (v ChannelAdminLogEventActionChangeStickerSet, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1730: func (s ChannelAdminLogEventActionChangeStickerSetArray) Last() (v ChannelAdminLogEventActionChangeStickerSet, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1738: func (s *ChannelAdminLogEventActionChangeStickerSetArray) PopFirst() (v ChannelAdminLogEventActionChangeStickerSet, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1748: 	var zero ChannelAdminLogEventActionChangeStickerSet
		tl_channel_admin_log_event_action_slices_gen.go#L1757: func (s *ChannelAdminLogEventActionChangeStickerSetArray) Pop() (v ChannelAdminLogEventActionChangeStickerSet, ok bool) {
		tl_registry_gen.go#L4366: 		ChannelAdminLogEventActionChangeStickerSetTypeID:         func() bin.Object { return &ChannelAdminLogEventActionChangeStickerSet{} },