type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeHistoryTTL
32 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L4751: type ChannelAdminLogEventActionChangeHistoryTTL struct {
tl_channel_admin_log_event_action_gen.go#L4762: func (c ChannelAdminLogEventActionChangeHistoryTTL) construct() ChannelAdminLogEventActionClass {
tl_channel_admin_log_event_action_gen.go#L4768: _ bin.Encoder = &ChannelAdminLogEventActionChangeHistoryTTL{}
tl_channel_admin_log_event_action_gen.go#L4769: _ bin.Decoder = &ChannelAdminLogEventActionChangeHistoryTTL{}
tl_channel_admin_log_event_action_gen.go#L4770: _ bin.BareEncoder = &ChannelAdminLogEventActionChangeHistoryTTL{}
tl_channel_admin_log_event_action_gen.go#L4771: _ bin.BareDecoder = &ChannelAdminLogEventActionChangeHistoryTTL{}
tl_channel_admin_log_event_action_gen.go#L4773: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeHistoryTTL{}
tl_channel_admin_log_event_action_gen.go#L4776: func (c *ChannelAdminLogEventActionChangeHistoryTTL) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L4791: func (c *ChannelAdminLogEventActionChangeHistoryTTL) String() string {
tl_channel_admin_log_event_action_gen.go#L4795: type Alias ChannelAdminLogEventActionChangeHistoryTTL
tl_channel_admin_log_event_action_gen.go#L4800: func (c *ChannelAdminLogEventActionChangeHistoryTTL) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L4811: func (*ChannelAdminLogEventActionChangeHistoryTTL) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L4816: func (*ChannelAdminLogEventActionChangeHistoryTTL) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L4821: func (c *ChannelAdminLogEventActionChangeHistoryTTL) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L4844: func (c *ChannelAdminLogEventActionChangeHistoryTTL) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L4853: func (c *ChannelAdminLogEventActionChangeHistoryTTL) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L4863: func (c *ChannelAdminLogEventActionChangeHistoryTTL) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L4874: func (c *ChannelAdminLogEventActionChangeHistoryTTL) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L4896: func (c *ChannelAdminLogEventActionChangeHistoryTTL) GetPrevValue() (value int) {
tl_channel_admin_log_event_action_gen.go#L4904: func (c *ChannelAdminLogEventActionChangeHistoryTTL) GetNewValue() (value int) {
tl_channel_admin_log_event_action_gen.go#L7690: v := ChannelAdminLogEventActionChangeHistoryTTL{}
tl_channel_admin_log_event_action_slices_gen.go#L499: value, ok := elem.(*ChannelAdminLogEventActionChangeHistoryTTL)
tl_channel_admin_log_event_action_slices_gen.go#L3083: type ChannelAdminLogEventActionChangeHistoryTTLArray []ChannelAdminLogEventActionChangeHistoryTTL
tl_channel_admin_log_event_action_slices_gen.go#L3086: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) Sort(less func(a, b ChannelAdminLogEventActionChangeHistoryTTL) bool) ChannelAdminLogEventActionChangeHistoryTTLArray {
tl_channel_admin_log_event_action_slices_gen.go#L3094: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeHistoryTTL) bool) ChannelAdminLogEventActionChangeHistoryTTLArray {
tl_channel_admin_log_event_action_slices_gen.go#L3102: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) Retain(keep func(x ChannelAdminLogEventActionChangeHistoryTTL) bool) ChannelAdminLogEventActionChangeHistoryTTLArray {
tl_channel_admin_log_event_action_slices_gen.go#L3116: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) First() (v ChannelAdminLogEventActionChangeHistoryTTL, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3124: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) Last() (v ChannelAdminLogEventActionChangeHistoryTTL, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3132: func (s *ChannelAdminLogEventActionChangeHistoryTTLArray) PopFirst() (v ChannelAdminLogEventActionChangeHistoryTTL, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3142: var zero ChannelAdminLogEventActionChangeHistoryTTL
tl_channel_admin_log_event_action_slices_gen.go#L3151: func (s *ChannelAdminLogEventActionChangeHistoryTTLArray) Pop() (v ChannelAdminLogEventActionChangeHistoryTTL, ok bool) {
tl_registry_gen.go#L4383: ChannelAdminLogEventActionChangeHistoryTTLTypeID: func() bin.Object { return &ChannelAdminLogEventActionChangeHistoryTTL{} },
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. |