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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L6727: type ChannelAdminLogEventActionChangePeerColor struct {
		tl_channel_admin_log_event_action_gen.go#L6738: func (c ChannelAdminLogEventActionChangePeerColor) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L6744: 	_ bin.Encoder     = &ChannelAdminLogEventActionChangePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6745: 	_ bin.Decoder     = &ChannelAdminLogEventActionChangePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6746: 	_ bin.BareEncoder = &ChannelAdminLogEventActionChangePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6747: 	_ bin.BareDecoder = &ChannelAdminLogEventActionChangePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6749: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6752: func (c *ChannelAdminLogEventActionChangePeerColor) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L6767: func (c *ChannelAdminLogEventActionChangePeerColor) String() string {
		tl_channel_admin_log_event_action_gen.go#L6771: 	type Alias ChannelAdminLogEventActionChangePeerColor
		tl_channel_admin_log_event_action_gen.go#L6776: func (c *ChannelAdminLogEventActionChangePeerColor) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L6787: func (*ChannelAdminLogEventActionChangePeerColor) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L6792: func (*ChannelAdminLogEventActionChangePeerColor) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L6797: func (c *ChannelAdminLogEventActionChangePeerColor) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L6820: func (c *ChannelAdminLogEventActionChangePeerColor) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6829: func (c *ChannelAdminLogEventActionChangePeerColor) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6849: func (c *ChannelAdminLogEventActionChangePeerColor) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6860: func (c *ChannelAdminLogEventActionChangePeerColor) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6882: func (c *ChannelAdminLogEventActionChangePeerColor) GetPrevValue() (value PeerColorClass) {
		tl_channel_admin_log_event_action_gen.go#L6890: func (c *ChannelAdminLogEventActionChangePeerColor) GetNewValue() (value PeerColorClass) {
		tl_channel_admin_log_event_action_gen.go#L8704: 		v := ChannelAdminLogEventActionChangePeerColor{}
		tl_channel_admin_log_event_action_slices_gen.go#L655: 		value, ok := elem.(*ChannelAdminLogEventActionChangePeerColor)
		tl_channel_admin_log_event_action_slices_gen.go#L4132: type ChannelAdminLogEventActionChangePeerColorArray []ChannelAdminLogEventActionChangePeerColor
		tl_channel_admin_log_event_action_slices_gen.go#L4135: func (s ChannelAdminLogEventActionChangePeerColorArray) Sort(less func(a, b ChannelAdminLogEventActionChangePeerColor) bool) ChannelAdminLogEventActionChangePeerColorArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4143: func (s ChannelAdminLogEventActionChangePeerColorArray) SortStable(less func(a, b ChannelAdminLogEventActionChangePeerColor) bool) ChannelAdminLogEventActionChangePeerColorArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4151: func (s ChannelAdminLogEventActionChangePeerColorArray) Retain(keep func(x ChannelAdminLogEventActionChangePeerColor) bool) ChannelAdminLogEventActionChangePeerColorArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4165: func (s ChannelAdminLogEventActionChangePeerColorArray) First() (v ChannelAdminLogEventActionChangePeerColor, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4173: func (s ChannelAdminLogEventActionChangePeerColorArray) Last() (v ChannelAdminLogEventActionChangePeerColor, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4181: func (s *ChannelAdminLogEventActionChangePeerColorArray) PopFirst() (v ChannelAdminLogEventActionChangePeerColor, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4191: 	var zero ChannelAdminLogEventActionChangePeerColor
		tl_channel_admin_log_event_action_slices_gen.go#L4200: func (s *ChannelAdminLogEventActionChangePeerColorArray) Pop() (v ChannelAdminLogEventActionChangePeerColor, ok bool) {
		tl_registry_gen.go#L5817: 		ChannelAdminLogEventActionChangePeerColorTypeID:          func() bin.Object { return &ChannelAdminLogEventActionChangePeerColor{} },