type github.com/gotd/td/tg.ChannelAdminLogEventActionToggleForum
31 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L5731: type ChannelAdminLogEventActionToggleForum struct {
tl_channel_admin_log_event_action_gen.go#L5743: func (c ChannelAdminLogEventActionToggleForum) construct() ChannelAdminLogEventActionClass { return &c }
tl_channel_admin_log_event_action_gen.go#L5747: _ bin.Encoder = &ChannelAdminLogEventActionToggleForum{}
tl_channel_admin_log_event_action_gen.go#L5748: _ bin.Decoder = &ChannelAdminLogEventActionToggleForum{}
tl_channel_admin_log_event_action_gen.go#L5749: _ bin.BareEncoder = &ChannelAdminLogEventActionToggleForum{}
tl_channel_admin_log_event_action_gen.go#L5750: _ bin.BareDecoder = &ChannelAdminLogEventActionToggleForum{}
tl_channel_admin_log_event_action_gen.go#L5752: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionToggleForum{}
tl_channel_admin_log_event_action_gen.go#L5755: func (c *ChannelAdminLogEventActionToggleForum) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L5767: func (c *ChannelAdminLogEventActionToggleForum) String() string {
tl_channel_admin_log_event_action_gen.go#L5771: type Alias ChannelAdminLogEventActionToggleForum
tl_channel_admin_log_event_action_gen.go#L5776: func (c *ChannelAdminLogEventActionToggleForum) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L5785: func (*ChannelAdminLogEventActionToggleForum) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L5790: func (*ChannelAdminLogEventActionToggleForum) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L5795: func (c *ChannelAdminLogEventActionToggleForum) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L5814: func (c *ChannelAdminLogEventActionToggleForum) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L5823: func (c *ChannelAdminLogEventActionToggleForum) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L5832: func (c *ChannelAdminLogEventActionToggleForum) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L5843: func (c *ChannelAdminLogEventActionToggleForum) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L5858: func (c *ChannelAdminLogEventActionToggleForum) GetNewValue() (value bool) {
tl_channel_admin_log_event_action_gen.go#L7732: v := ChannelAdminLogEventActionToggleForum{}
tl_channel_admin_log_event_action_slices_gen.go#L577: value, ok := elem.(*ChannelAdminLogEventActionToggleForum)
tl_channel_admin_log_event_action_slices_gen.go#L3575: type ChannelAdminLogEventActionToggleForumArray []ChannelAdminLogEventActionToggleForum
tl_channel_admin_log_event_action_slices_gen.go#L3578: func (s ChannelAdminLogEventActionToggleForumArray) Sort(less func(a, b ChannelAdminLogEventActionToggleForum) bool) ChannelAdminLogEventActionToggleForumArray {
tl_channel_admin_log_event_action_slices_gen.go#L3586: func (s ChannelAdminLogEventActionToggleForumArray) SortStable(less func(a, b ChannelAdminLogEventActionToggleForum) bool) ChannelAdminLogEventActionToggleForumArray {
tl_channel_admin_log_event_action_slices_gen.go#L3594: func (s ChannelAdminLogEventActionToggleForumArray) Retain(keep func(x ChannelAdminLogEventActionToggleForum) bool) ChannelAdminLogEventActionToggleForumArray {
tl_channel_admin_log_event_action_slices_gen.go#L3608: func (s ChannelAdminLogEventActionToggleForumArray) First() (v ChannelAdminLogEventActionToggleForum, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3616: func (s ChannelAdminLogEventActionToggleForumArray) Last() (v ChannelAdminLogEventActionToggleForum, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3624: func (s *ChannelAdminLogEventActionToggleForumArray) PopFirst() (v ChannelAdminLogEventActionToggleForum, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3634: var zero ChannelAdminLogEventActionToggleForum
tl_channel_admin_log_event_action_slices_gen.go#L3643: func (s *ChannelAdminLogEventActionToggleForumArray) Pop() (v ChannelAdminLogEventActionToggleForum, ok bool) {
tl_registry_gen.go#L4389: ChannelAdminLogEventActionToggleForumTypeID: func() bin.Object { return &ChannelAdminLogEventActionToggleForum{} },
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. |