type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeProfilePeerColor
32 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L6876: type ChannelAdminLogEventActionChangeProfilePeerColor struct {
tl_channel_admin_log_event_action_gen.go#L6887: func (c ChannelAdminLogEventActionChangeProfilePeerColor) construct() ChannelAdminLogEventActionClass {
tl_channel_admin_log_event_action_gen.go#L6893: _ bin.Encoder = &ChannelAdminLogEventActionChangeProfilePeerColor{}
tl_channel_admin_log_event_action_gen.go#L6894: _ bin.Decoder = &ChannelAdminLogEventActionChangeProfilePeerColor{}
tl_channel_admin_log_event_action_gen.go#L6895: _ bin.BareEncoder = &ChannelAdminLogEventActionChangeProfilePeerColor{}
tl_channel_admin_log_event_action_gen.go#L6896: _ bin.BareDecoder = &ChannelAdminLogEventActionChangeProfilePeerColor{}
tl_channel_admin_log_event_action_gen.go#L6898: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeProfilePeerColor{}
tl_channel_admin_log_event_action_gen.go#L6901: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L6916: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) String() string {
tl_channel_admin_log_event_action_gen.go#L6920: type Alias ChannelAdminLogEventActionChangeProfilePeerColor
tl_channel_admin_log_event_action_gen.go#L6925: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L6936: func (*ChannelAdminLogEventActionChangeProfilePeerColor) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L6941: func (*ChannelAdminLogEventActionChangeProfilePeerColor) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L6946: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L6969: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6978: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6992: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L7003: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L7021: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) GetPrevValue() (value PeerColor) {
tl_channel_admin_log_event_action_gen.go#L7029: func (c *ChannelAdminLogEventActionChangeProfilePeerColor) GetNewValue() (value PeerColor) {
tl_channel_admin_log_event_action_gen.go#L7781: 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#L4149: type ChannelAdminLogEventActionChangeProfilePeerColorArray []ChannelAdminLogEventActionChangeProfilePeerColor
tl_channel_admin_log_event_action_slices_gen.go#L4152: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) Sort(less func(a, b ChannelAdminLogEventActionChangeProfilePeerColor) bool) ChannelAdminLogEventActionChangeProfilePeerColorArray {
tl_channel_admin_log_event_action_slices_gen.go#L4160: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeProfilePeerColor) bool) ChannelAdminLogEventActionChangeProfilePeerColorArray {
tl_channel_admin_log_event_action_slices_gen.go#L4168: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) Retain(keep func(x ChannelAdminLogEventActionChangeProfilePeerColor) bool) ChannelAdminLogEventActionChangeProfilePeerColorArray {
tl_channel_admin_log_event_action_slices_gen.go#L4182: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) First() (v ChannelAdminLogEventActionChangeProfilePeerColor, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L4190: func (s ChannelAdminLogEventActionChangeProfilePeerColorArray) Last() (v ChannelAdminLogEventActionChangeProfilePeerColor, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L4198: func (s *ChannelAdminLogEventActionChangeProfilePeerColorArray) PopFirst() (v ChannelAdminLogEventActionChangeProfilePeerColor, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L4208: var zero ChannelAdminLogEventActionChangeProfilePeerColor
tl_channel_admin_log_event_action_slices_gen.go#L4217: func (s *ChannelAdminLogEventActionChangeProfilePeerColorArray) Pop() (v ChannelAdminLogEventActionChangeProfilePeerColor, ok bool) {
tl_registry_gen.go#L4396: ChannelAdminLogEventActionChangeProfilePeerColorTypeID: func() bin.Object { return &ChannelAdminLogEventActionChangeProfilePeerColor{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |