type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeHistoryTTL

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L4761: type ChannelAdminLogEventActionChangeHistoryTTL struct {
		tl_channel_admin_log_event_action_gen.go#L4772: func (c ChannelAdminLogEventActionChangeHistoryTTL) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L4778: 	_ bin.Encoder     = &ChannelAdminLogEventActionChangeHistoryTTL{}
		tl_channel_admin_log_event_action_gen.go#L4779: 	_ bin.Decoder     = &ChannelAdminLogEventActionChangeHistoryTTL{}
		tl_channel_admin_log_event_action_gen.go#L4780: 	_ bin.BareEncoder = &ChannelAdminLogEventActionChangeHistoryTTL{}
		tl_channel_admin_log_event_action_gen.go#L4781: 	_ bin.BareDecoder = &ChannelAdminLogEventActionChangeHistoryTTL{}
		tl_channel_admin_log_event_action_gen.go#L4783: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeHistoryTTL{}
		tl_channel_admin_log_event_action_gen.go#L4786: func (c *ChannelAdminLogEventActionChangeHistoryTTL) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L4801: func (c *ChannelAdminLogEventActionChangeHistoryTTL) String() string {
		tl_channel_admin_log_event_action_gen.go#L4805: 	type Alias ChannelAdminLogEventActionChangeHistoryTTL
		tl_channel_admin_log_event_action_gen.go#L4810: func (c *ChannelAdminLogEventActionChangeHistoryTTL) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L4821: func (*ChannelAdminLogEventActionChangeHistoryTTL) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L4826: func (*ChannelAdminLogEventActionChangeHistoryTTL) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L4831: func (c *ChannelAdminLogEventActionChangeHistoryTTL) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L4854: func (c *ChannelAdminLogEventActionChangeHistoryTTL) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4863: func (c *ChannelAdminLogEventActionChangeHistoryTTL) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4873: func (c *ChannelAdminLogEventActionChangeHistoryTTL) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4884: func (c *ChannelAdminLogEventActionChangeHistoryTTL) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4906: func (c *ChannelAdminLogEventActionChangeHistoryTTL) GetPrevValue() (value int) {
		tl_channel_admin_log_event_action_gen.go#L4914: func (c *ChannelAdminLogEventActionChangeHistoryTTL) GetNewValue() (value int) {
		tl_channel_admin_log_event_action_gen.go#L8620: 		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#L3148: type ChannelAdminLogEventActionChangeHistoryTTLArray []ChannelAdminLogEventActionChangeHistoryTTL
		tl_channel_admin_log_event_action_slices_gen.go#L3151: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) Sort(less func(a, b ChannelAdminLogEventActionChangeHistoryTTL) bool) ChannelAdminLogEventActionChangeHistoryTTLArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3159: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeHistoryTTL) bool) ChannelAdminLogEventActionChangeHistoryTTLArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3167: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) Retain(keep func(x ChannelAdminLogEventActionChangeHistoryTTL) bool) ChannelAdminLogEventActionChangeHistoryTTLArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3181: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) First() (v ChannelAdminLogEventActionChangeHistoryTTL, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3189: func (s ChannelAdminLogEventActionChangeHistoryTTLArray) Last() (v ChannelAdminLogEventActionChangeHistoryTTL, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3197: func (s *ChannelAdminLogEventActionChangeHistoryTTLArray) PopFirst() (v ChannelAdminLogEventActionChangeHistoryTTL, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3207: 	var zero ChannelAdminLogEventActionChangeHistoryTTL
		tl_channel_admin_log_event_action_slices_gen.go#L3216: func (s *ChannelAdminLogEventActionChangeHistoryTTLArray) Pop() (v ChannelAdminLogEventActionChangeHistoryTTL, ok bool) {
		tl_registry_gen.go#L5805: 		ChannelAdminLogEventActionChangeHistoryTTLTypeID:         func() bin.Object { return &ChannelAdminLogEventActionChangeHistoryTTL{} },