type github.com/gotd/td/tg.ChannelAdminLogEventActionPinTopic
35 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L6339: type ChannelAdminLogEventActionPinTopic struct {
tl_channel_admin_log_event_action_gen.go#L6359: func (c ChannelAdminLogEventActionPinTopic) construct() ChannelAdminLogEventActionClass { return &c }
tl_channel_admin_log_event_action_gen.go#L6363: _ bin.Encoder = &ChannelAdminLogEventActionPinTopic{}
tl_channel_admin_log_event_action_gen.go#L6364: _ bin.Decoder = &ChannelAdminLogEventActionPinTopic{}
tl_channel_admin_log_event_action_gen.go#L6365: _ bin.BareEncoder = &ChannelAdminLogEventActionPinTopic{}
tl_channel_admin_log_event_action_gen.go#L6366: _ bin.BareDecoder = &ChannelAdminLogEventActionPinTopic{}
tl_channel_admin_log_event_action_gen.go#L6368: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionPinTopic{}
tl_channel_admin_log_event_action_gen.go#L6371: func (c *ChannelAdminLogEventActionPinTopic) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L6389: func (c *ChannelAdminLogEventActionPinTopic) String() string {
tl_channel_admin_log_event_action_gen.go#L6393: type Alias ChannelAdminLogEventActionPinTopic
tl_channel_admin_log_event_action_gen.go#L6398: func (c *ChannelAdminLogEventActionPinTopic) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L6415: func (*ChannelAdminLogEventActionPinTopic) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L6420: func (*ChannelAdminLogEventActionPinTopic) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L6425: func (c *ChannelAdminLogEventActionPinTopic) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L6450: func (c *ChannelAdminLogEventActionPinTopic) SetFlags() {
tl_channel_admin_log_event_action_gen.go#L6460: func (c *ChannelAdminLogEventActionPinTopic) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6469: func (c *ChannelAdminLogEventActionPinTopic) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6497: func (c *ChannelAdminLogEventActionPinTopic) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6508: func (c *ChannelAdminLogEventActionPinTopic) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L6535: func (c *ChannelAdminLogEventActionPinTopic) SetPrevTopic(value ForumTopicClass) {
tl_channel_admin_log_event_action_gen.go#L6542: func (c *ChannelAdminLogEventActionPinTopic) GetPrevTopic() (value ForumTopicClass, ok bool) {
tl_channel_admin_log_event_action_gen.go#L6553: func (c *ChannelAdminLogEventActionPinTopic) SetNewTopic(value ForumTopicClass) {
tl_channel_admin_log_event_action_gen.go#L6560: func (c *ChannelAdminLogEventActionPinTopic) GetNewTopic() (value ForumTopicClass, ok bool) {
tl_channel_admin_log_event_action_gen.go#L7760: 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#L3903: type ChannelAdminLogEventActionPinTopicArray []ChannelAdminLogEventActionPinTopic
tl_channel_admin_log_event_action_slices_gen.go#L3906: func (s ChannelAdminLogEventActionPinTopicArray) Sort(less func(a, b ChannelAdminLogEventActionPinTopic) bool) ChannelAdminLogEventActionPinTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3914: func (s ChannelAdminLogEventActionPinTopicArray) SortStable(less func(a, b ChannelAdminLogEventActionPinTopic) bool) ChannelAdminLogEventActionPinTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3922: func (s ChannelAdminLogEventActionPinTopicArray) Retain(keep func(x ChannelAdminLogEventActionPinTopic) bool) ChannelAdminLogEventActionPinTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3936: func (s ChannelAdminLogEventActionPinTopicArray) First() (v ChannelAdminLogEventActionPinTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3944: func (s ChannelAdminLogEventActionPinTopicArray) Last() (v ChannelAdminLogEventActionPinTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3952: func (s *ChannelAdminLogEventActionPinTopicArray) PopFirst() (v ChannelAdminLogEventActionPinTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3962: var zero ChannelAdminLogEventActionPinTopic
tl_channel_admin_log_event_action_slices_gen.go#L3971: func (s *ChannelAdminLogEventActionPinTopicArray) Pop() (v ChannelAdminLogEventActionPinTopic, ok bool) {
tl_registry_gen.go#L4393: ChannelAdminLogEventActionPinTopicTypeID: func() bin.Object { return &ChannelAdminLogEventActionPinTopic{} },
|
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. |