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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L6904: type ChannelAdminLogEventActionChangeProfilePeerColor struct {
		tl_channel_admin_log_event_action_gen.go#L6915: func (c ChannelAdminLogEventActionChangeProfilePeerColor) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L6921: 	_ bin.Encoder     = &ChannelAdminLogEventActionChangeProfilePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6922: 	_ bin.Decoder     = &ChannelAdminLogEventActionChangeProfilePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6923: 	_ bin.BareEncoder = &ChannelAdminLogEventActionChangeProfilePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6924: 	_ bin.BareDecoder = &ChannelAdminLogEventActionChangeProfilePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6926: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeProfilePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6929: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L6944: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) String() string {
		tl_channel_admin_log_event_action_gen.go#L6948: 	type Alias ChannelAdminLogEventActionChangeProfilePeerColor
		tl_channel_admin_log_event_action_gen.go#L6953: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L6964: func (*ChannelAdminLogEventActionChangeProfilePeerColor) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L6969: func (*ChannelAdminLogEventActionChangeProfilePeerColor) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L6974: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L6997: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7006: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7026: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7037: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7059: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) GetPrevValue() (value PeerColorClass) {
		tl_channel_admin_log_event_action_gen.go#L7067: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) GetNewValue() (value PeerColorClass) {
		tl_channel_admin_log_event_action_gen.go#L8711: 		v := ChannelAdminLogEventActionChangeProfilePeerColor{}
		tl_channel_admin_log_event_action_slices_gen.go#L668: 		value, ok := elem.(*ChannelAdminLogEventActionChangeProfilePeerColor)
		tl_channel_admin_log_event_action_slices_gen.go#L4214: type ChannelAdminLogEventActionChangeProfilePeerColorArray []ChannelAdminLogEventActionChangeProfilePeerColor
		tl_channel_admin_log_event_action_slices_gen.go#L4217: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) Sort(less func(a, b ChannelAdminLogEventActionChangeProfilePeerColor) bool) ChannelAdminLogEventActionChangeProfilePeerColorArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4225: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeProfilePeerColor) bool) ChannelAdminLogEventActionChangeProfilePeerColorArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4233: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) Retain(keep func(x ChannelAdminLogEventActionChangeProfilePeerColor) bool) ChannelAdminLogEventActionChangeProfilePeerColorArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4247: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) First() (v ChannelAdminLogEventActionChangeProfilePeerColor, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4255: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) Last() (v ChannelAdminLogEventActionChangeProfilePeerColor, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4263: func (s *ChannelAdminLogEventActionChangeProfilePeerColorArray) PopFirst() (v ChannelAdminLogEventActionChangeProfilePeerColor, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4273: 	var zero ChannelAdminLogEventActionChangeProfilePeerColor
		tl_channel_admin_log_event_action_slices_gen.go#L4282: func (s *ChannelAdminLogEventActionChangeProfilePeerColorArray) Pop() (v ChannelAdminLogEventActionChangeProfilePeerColor, ok bool) {
		tl_registry_gen.go#L5818: 		ChannelAdminLogEventActionChangeProfilePeerColorTypeID:   func() bin.Object { return &ChannelAdminLogEventActionChangeProfilePeerColor{} },