type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeAbout
32 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L200: type ChannelAdminLogEventActionChangeAbout struct {
tl_channel_admin_log_event_action_gen.go#L211: func (c ChannelAdminLogEventActionChangeAbout) construct() ChannelAdminLogEventActionClass { return &c }
tl_channel_admin_log_event_action_gen.go#L215: _ bin.Encoder = &ChannelAdminLogEventActionChangeAbout{}
tl_channel_admin_log_event_action_gen.go#L216: _ bin.Decoder = &ChannelAdminLogEventActionChangeAbout{}
tl_channel_admin_log_event_action_gen.go#L217: _ bin.BareEncoder = &ChannelAdminLogEventActionChangeAbout{}
tl_channel_admin_log_event_action_gen.go#L218: _ bin.BareDecoder = &ChannelAdminLogEventActionChangeAbout{}
tl_channel_admin_log_event_action_gen.go#L220: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeAbout{}
tl_channel_admin_log_event_action_gen.go#L223: func (c *ChannelAdminLogEventActionChangeAbout) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L238: func (c *ChannelAdminLogEventActionChangeAbout) String() string {
tl_channel_admin_log_event_action_gen.go#L242: type Alias ChannelAdminLogEventActionChangeAbout
tl_channel_admin_log_event_action_gen.go#L247: func (c *ChannelAdminLogEventActionChangeAbout) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L258: func (*ChannelAdminLogEventActionChangeAbout) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L263: func (*ChannelAdminLogEventActionChangeAbout) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L268: func (c *ChannelAdminLogEventActionChangeAbout) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L291: func (c *ChannelAdminLogEventActionChangeAbout) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L300: func (c *ChannelAdminLogEventActionChangeAbout) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L310: func (c *ChannelAdminLogEventActionChangeAbout) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L321: func (c *ChannelAdminLogEventActionChangeAbout) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L343: func (c *ChannelAdminLogEventActionChangeAbout) GetPrevValue() (value string) {
tl_channel_admin_log_event_action_gen.go#L351: func (c *ChannelAdminLogEventActionChangeAbout) GetNewValue() (value string) {
tl_channel_admin_log_event_action_gen.go#L7480: v := ChannelAdminLogEventActionChangeAbout{}
tl_channel_admin_log_event_action_slices_gen.go#L135: value, ok := elem.(*ChannelAdminLogEventActionChangeAbout)
tl_channel_admin_log_event_action_slices_gen.go#L787: type ChannelAdminLogEventActionChangeAboutArray []ChannelAdminLogEventActionChangeAbout
tl_channel_admin_log_event_action_slices_gen.go#L790: func (s ChannelAdminLogEventActionChangeAboutArray) Sort(less func(a, b ChannelAdminLogEventActionChangeAbout) bool) ChannelAdminLogEventActionChangeAboutArray {
tl_channel_admin_log_event_action_slices_gen.go#L798: func (s ChannelAdminLogEventActionChangeAboutArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeAbout) bool) ChannelAdminLogEventActionChangeAboutArray {
tl_channel_admin_log_event_action_slices_gen.go#L806: func (s ChannelAdminLogEventActionChangeAboutArray) Retain(keep func(x ChannelAdminLogEventActionChangeAbout) bool) ChannelAdminLogEventActionChangeAboutArray {
tl_channel_admin_log_event_action_slices_gen.go#L820: func (s ChannelAdminLogEventActionChangeAboutArray) First() (v ChannelAdminLogEventActionChangeAbout, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L828: func (s ChannelAdminLogEventActionChangeAboutArray) Last() (v ChannelAdminLogEventActionChangeAbout, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L836: func (s *ChannelAdminLogEventActionChangeAboutArray) PopFirst() (v ChannelAdminLogEventActionChangeAbout, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L846: var zero ChannelAdminLogEventActionChangeAbout
tl_channel_admin_log_event_action_slices_gen.go#L855: func (s *ChannelAdminLogEventActionChangeAboutArray) Pop() (v ChannelAdminLogEventActionChangeAbout, ok bool) {
tl_registry_gen.go#L4353: ChannelAdminLogEventActionChangeAboutTypeID: func() bin.Object { return &ChannelAdminLogEventActionChangeAbout{} },
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. |