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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L6713: type ChannelAdminLogEventActionChangePeerColor struct {
		tl_channel_admin_log_event_action_gen.go#L6724: func (c ChannelAdminLogEventActionChangePeerColor) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L6730: 	_ bin.Encoder     = &ChannelAdminLogEventActionChangePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6731: 	_ bin.Decoder     = &ChannelAdminLogEventActionChangePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6732: 	_ bin.BareEncoder = &ChannelAdminLogEventActionChangePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6733: 	_ bin.BareDecoder = &ChannelAdminLogEventActionChangePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6735: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangePeerColor{}
		tl_channel_admin_log_event_action_gen.go#L6738: func (c *ChannelAdminLogEventActionChangePeerColor) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L6753: func (c *ChannelAdminLogEventActionChangePeerColor) String() string {
		tl_channel_admin_log_event_action_gen.go#L6757: 	type Alias ChannelAdminLogEventActionChangePeerColor
		tl_channel_admin_log_event_action_gen.go#L6762: func (c *ChannelAdminLogEventActionChangePeerColor) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L6773: func (*ChannelAdminLogEventActionChangePeerColor) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L6778: func (*ChannelAdminLogEventActionChangePeerColor) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L6783: func (c *ChannelAdminLogEventActionChangePeerColor) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L6806: func (c *ChannelAdminLogEventActionChangePeerColor) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6815: func (c *ChannelAdminLogEventActionChangePeerColor) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6829: func (c *ChannelAdminLogEventActionChangePeerColor) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6840: func (c *ChannelAdminLogEventActionChangePeerColor) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L6858: func (c *ChannelAdminLogEventActionChangePeerColor) GetPrevValue() (value PeerColor) {
		tl_channel_admin_log_event_action_gen.go#L6866: func (c *ChannelAdminLogEventActionChangePeerColor) GetNewValue() (value PeerColor) {
		tl_channel_admin_log_event_action_gen.go#L7774: 		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#L4067: type ChannelAdminLogEventActionChangePeerColorArray []ChannelAdminLogEventActionChangePeerColor
		tl_channel_admin_log_event_action_slices_gen.go#L4070: func (s ChannelAdminLogEventActionChangePeerColorArray) Sort(less func(a, b ChannelAdminLogEventActionChangePeerColor) bool) ChannelAdminLogEventActionChangePeerColorArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4078: func (s ChannelAdminLogEventActionChangePeerColorArray) SortStable(less func(a, b ChannelAdminLogEventActionChangePeerColor) bool) ChannelAdminLogEventActionChangePeerColorArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4086: func (s ChannelAdminLogEventActionChangePeerColorArray) Retain(keep func(x ChannelAdminLogEventActionChangePeerColor) bool) ChannelAdminLogEventActionChangePeerColorArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4100: func (s ChannelAdminLogEventActionChangePeerColorArray) First() (v ChannelAdminLogEventActionChangePeerColor, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4108: func (s ChannelAdminLogEventActionChangePeerColorArray) Last() (v ChannelAdminLogEventActionChangePeerColor, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4116: func (s *ChannelAdminLogEventActionChangePeerColorArray) PopFirst() (v ChannelAdminLogEventActionChangePeerColor, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4126: 	var zero ChannelAdminLogEventActionChangePeerColor
		tl_channel_admin_log_event_action_slices_gen.go#L4135: func (s *ChannelAdminLogEventActionChangePeerColorArray) Pop() (v ChannelAdminLogEventActionChangePeerColor, ok bool) {
		tl_registry_gen.go#L4395: 		ChannelAdminLogEventActionChangePeerColorTypeID:          func() bin.Object { return &ChannelAdminLogEventActionChangePeerColor{} },