type github.com/gotd/td/tg.ChannelAdminLogEventActionEditTopic
32 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L6028: type ChannelAdminLogEventActionEditTopic struct {
tl_channel_admin_log_event_action_gen.go#L6039: func (c ChannelAdminLogEventActionEditTopic) construct() ChannelAdminLogEventActionClass { return &c }
tl_channel_admin_log_event_action_gen.go#L6043: _ bin.Encoder = &ChannelAdminLogEventActionEditTopic{}
tl_channel_admin_log_event_action_gen.go#L6044: _ bin.Decoder = &ChannelAdminLogEventActionEditTopic{}
tl_channel_admin_log_event_action_gen.go#L6045: _ bin.BareEncoder = &ChannelAdminLogEventActionEditTopic{}
tl_channel_admin_log_event_action_gen.go#L6046: _ bin.BareDecoder = &ChannelAdminLogEventActionEditTopic{}
tl_channel_admin_log_event_action_gen.go#L6048: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionEditTopic{}
tl_channel_admin_log_event_action_gen.go#L6051: func (c *ChannelAdminLogEventActionEditTopic) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L6066: func (c *ChannelAdminLogEventActionEditTopic) String() string {
tl_channel_admin_log_event_action_gen.go#L6070: type Alias ChannelAdminLogEventActionEditTopic
tl_channel_admin_log_event_action_gen.go#L6075: func (c *ChannelAdminLogEventActionEditTopic) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L6086: func (*ChannelAdminLogEventActionEditTopic) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L6091: func (*ChannelAdminLogEventActionEditTopic) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L6096: func (c *ChannelAdminLogEventActionEditTopic) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L6119: func (c *ChannelAdminLogEventActionEditTopic) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6128: func (c *ChannelAdminLogEventActionEditTopic) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6148: func (c *ChannelAdminLogEventActionEditTopic) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6159: func (c *ChannelAdminLogEventActionEditTopic) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6181: func (c *ChannelAdminLogEventActionEditTopic) GetPrevTopic() (value ForumTopicClass) {
tl_channel_admin_log_event_action_gen.go#L6189: func (c *ChannelAdminLogEventActionEditTopic) GetNewTopic() (value ForumTopicClass) {
tl_channel_admin_log_event_action_gen.go#L8676: 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#L3804: type ChannelAdminLogEventActionEditTopicArray []ChannelAdminLogEventActionEditTopic
tl_channel_admin_log_event_action_slices_gen.go#L3807: func (s ChannelAdminLogEventActionEditTopicArray) Sort(less func(a, b ChannelAdminLogEventActionEditTopic) bool) ChannelAdminLogEventActionEditTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3815: func (s ChannelAdminLogEventActionEditTopicArray) SortStable(less func(a, b ChannelAdminLogEventActionEditTopic) bool) ChannelAdminLogEventActionEditTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3823: func (s ChannelAdminLogEventActionEditTopicArray) Retain(keep func(x ChannelAdminLogEventActionEditTopic) bool) ChannelAdminLogEventActionEditTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3837: func (s ChannelAdminLogEventActionEditTopicArray) First() (v ChannelAdminLogEventActionEditTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3845: func (s ChannelAdminLogEventActionEditTopicArray) Last() (v ChannelAdminLogEventActionEditTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3853: func (s *ChannelAdminLogEventActionEditTopicArray) PopFirst() (v ChannelAdminLogEventActionEditTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3863: var zero ChannelAdminLogEventActionEditTopic
tl_channel_admin_log_event_action_slices_gen.go#L3872: func (s *ChannelAdminLogEventActionEditTopicArray) Pop() (v ChannelAdminLogEventActionEditTopic, ok bool) {
tl_registry_gen.go#L5813: ChannelAdminLogEventActionEditTopicTypeID: func() bin.Object { return &ChannelAdminLogEventActionEditTopic{} },
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |