type github.com/gotd/td/tg.ChannelAdminLogEventActionEditTopic
32 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L6018: type ChannelAdminLogEventActionEditTopic struct {
tl_channel_admin_log_event_action_gen.go#L6029: func (c ChannelAdminLogEventActionEditTopic) construct() ChannelAdminLogEventActionClass { return &c }
tl_channel_admin_log_event_action_gen.go#L6033: _ bin.Encoder = &ChannelAdminLogEventActionEditTopic{}
tl_channel_admin_log_event_action_gen.go#L6034: _ bin.Decoder = &ChannelAdminLogEventActionEditTopic{}
tl_channel_admin_log_event_action_gen.go#L6035: _ bin.BareEncoder = &ChannelAdminLogEventActionEditTopic{}
tl_channel_admin_log_event_action_gen.go#L6036: _ bin.BareDecoder = &ChannelAdminLogEventActionEditTopic{}
tl_channel_admin_log_event_action_gen.go#L6038: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionEditTopic{}
tl_channel_admin_log_event_action_gen.go#L6041: func (c *ChannelAdminLogEventActionEditTopic) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L6056: func (c *ChannelAdminLogEventActionEditTopic) String() string {
tl_channel_admin_log_event_action_gen.go#L6060: type Alias ChannelAdminLogEventActionEditTopic
tl_channel_admin_log_event_action_gen.go#L6065: func (c *ChannelAdminLogEventActionEditTopic) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L6076: func (*ChannelAdminLogEventActionEditTopic) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L6081: func (*ChannelAdminLogEventActionEditTopic) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L6086: func (c *ChannelAdminLogEventActionEditTopic) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L6109: func (c *ChannelAdminLogEventActionEditTopic) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6118: func (c *ChannelAdminLogEventActionEditTopic) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6138: func (c *ChannelAdminLogEventActionEditTopic) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6149: func (c *ChannelAdminLogEventActionEditTopic) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6171: func (c *ChannelAdminLogEventActionEditTopic) GetPrevTopic() (value ForumTopicClass) {
tl_channel_admin_log_event_action_gen.go#L6179: func (c *ChannelAdminLogEventActionEditTopic) GetNewTopic() (value ForumTopicClass) {
tl_channel_admin_log_event_action_gen.go#L7746: v := ChannelAdminLogEventActionEditTopic{}
tl_channel_admin_log_event_action_slices_gen.go#L603: value, ok := elem.(*ChannelAdminLogEventActionEditTopic)
tl_channel_admin_log_event_action_slices_gen.go#L3739: type ChannelAdminLogEventActionEditTopicArray []ChannelAdminLogEventActionEditTopic
tl_channel_admin_log_event_action_slices_gen.go#L3742: func (s ChannelAdminLogEventActionEditTopicArray) Sort(less func(a, b ChannelAdminLogEventActionEditTopic) bool) ChannelAdminLogEventActionEditTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3750: func (s ChannelAdminLogEventActionEditTopicArray) SortStable(less func(a, b ChannelAdminLogEventActionEditTopic) bool) ChannelAdminLogEventActionEditTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3758: func (s ChannelAdminLogEventActionEditTopicArray) Retain(keep func(x ChannelAdminLogEventActionEditTopic) bool) ChannelAdminLogEventActionEditTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3772: func (s ChannelAdminLogEventActionEditTopicArray) First() (v ChannelAdminLogEventActionEditTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3780: func (s ChannelAdminLogEventActionEditTopicArray) Last() (v ChannelAdminLogEventActionEditTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3788: func (s *ChannelAdminLogEventActionEditTopicArray) PopFirst() (v ChannelAdminLogEventActionEditTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3798: var zero ChannelAdminLogEventActionEditTopic
tl_channel_admin_log_event_action_slices_gen.go#L3807: func (s *ChannelAdminLogEventActionEditTopicArray) Pop() (v ChannelAdminLogEventActionEditTopic, ok bool) {
tl_registry_gen.go#L4391: ChannelAdminLogEventActionEditTopicTypeID: func() bin.Object { return &ChannelAdminLogEventActionEditTopic{} },
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. |