type github.com/gotd/td/tg.ChannelAdminLogEventActionPinTopic
35 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L6349: type ChannelAdminLogEventActionPinTopic struct {
tl_channel_admin_log_event_action_gen.go#L6369: func (c ChannelAdminLogEventActionPinTopic) construct() ChannelAdminLogEventActionClass { return &c }
tl_channel_admin_log_event_action_gen.go#L6373: _ bin.Encoder = &ChannelAdminLogEventActionPinTopic{}
tl_channel_admin_log_event_action_gen.go#L6374: _ bin.Decoder = &ChannelAdminLogEventActionPinTopic{}
tl_channel_admin_log_event_action_gen.go#L6375: _ bin.BareEncoder = &ChannelAdminLogEventActionPinTopic{}
tl_channel_admin_log_event_action_gen.go#L6376: _ bin.BareDecoder = &ChannelAdminLogEventActionPinTopic{}
tl_channel_admin_log_event_action_gen.go#L6378: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionPinTopic{}
tl_channel_admin_log_event_action_gen.go#L6381: func (c *ChannelAdminLogEventActionPinTopic) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L6399: func (c *ChannelAdminLogEventActionPinTopic) String() string {
tl_channel_admin_log_event_action_gen.go#L6403: type Alias ChannelAdminLogEventActionPinTopic
tl_channel_admin_log_event_action_gen.go#L6408: func (c *ChannelAdminLogEventActionPinTopic) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L6425: func (*ChannelAdminLogEventActionPinTopic) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L6430: func (*ChannelAdminLogEventActionPinTopic) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L6435: func (c *ChannelAdminLogEventActionPinTopic) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L6460: func (c *ChannelAdminLogEventActionPinTopic) SetFlags() {
tl_channel_admin_log_event_action_gen.go#L6470: func (c *ChannelAdminLogEventActionPinTopic) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6479: func (c *ChannelAdminLogEventActionPinTopic) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6507: func (c *ChannelAdminLogEventActionPinTopic) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6518: func (c *ChannelAdminLogEventActionPinTopic) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6545: func (c *ChannelAdminLogEventActionPinTopic) SetPrevTopic(value ForumTopicClass) {
tl_channel_admin_log_event_action_gen.go#L6552: func (c *ChannelAdminLogEventActionPinTopic) GetPrevTopic() (value ForumTopicClass, ok bool) {
tl_channel_admin_log_event_action_gen.go#L6563: func (c *ChannelAdminLogEventActionPinTopic) SetNewTopic(value ForumTopicClass) {
tl_channel_admin_log_event_action_gen.go#L6570: func (c *ChannelAdminLogEventActionPinTopic) GetNewTopic() (value ForumTopicClass, ok bool) {
tl_channel_admin_log_event_action_gen.go#L8690: v := ChannelAdminLogEventActionPinTopic{}
tl_channel_admin_log_event_action_slices_gen.go#L629: value, ok := elem.(*ChannelAdminLogEventActionPinTopic)
tl_channel_admin_log_event_action_slices_gen.go#L3968: type ChannelAdminLogEventActionPinTopicArray []ChannelAdminLogEventActionPinTopic
tl_channel_admin_log_event_action_slices_gen.go#L3971: func (s ChannelAdminLogEventActionPinTopicArray) Sort(less func(a, b ChannelAdminLogEventActionPinTopic) bool) ChannelAdminLogEventActionPinTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3979: func (s ChannelAdminLogEventActionPinTopicArray) SortStable(less func(a, b ChannelAdminLogEventActionPinTopic) bool) ChannelAdminLogEventActionPinTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3987: func (s ChannelAdminLogEventActionPinTopicArray) Retain(keep func(x ChannelAdminLogEventActionPinTopic) bool) ChannelAdminLogEventActionPinTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L4001: func (s ChannelAdminLogEventActionPinTopicArray) First() (v ChannelAdminLogEventActionPinTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L4009: func (s ChannelAdminLogEventActionPinTopicArray) Last() (v ChannelAdminLogEventActionPinTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L4017: func (s *ChannelAdminLogEventActionPinTopicArray) PopFirst() (v ChannelAdminLogEventActionPinTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L4027: var zero ChannelAdminLogEventActionPinTopic
tl_channel_admin_log_event_action_slices_gen.go#L4036: func (s *ChannelAdminLogEventActionPinTopicArray) Pop() (v ChannelAdminLogEventActionPinTopic, ok bool) {
tl_registry_gen.go#L5815: ChannelAdminLogEventActionPinTopicTypeID: func() bin.Object { return &ChannelAdminLogEventActionPinTopic{} },
 |
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. |