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

26 uses

	github.com/gotd/td/tg (current package)
		tl_account_days_ttl_gen.go#L38: type AccountDaysTTL struct {
		tl_account_days_ttl_gen.go#L48: 	_ bin.Encoder     = &AccountDaysTTL{}
		tl_account_days_ttl_gen.go#L49: 	_ bin.Decoder     = &AccountDaysTTL{}
		tl_account_days_ttl_gen.go#L50: 	_ bin.BareEncoder = &AccountDaysTTL{}
		tl_account_days_ttl_gen.go#L51: 	_ bin.BareDecoder = &AccountDaysTTL{}
		tl_account_days_ttl_gen.go#L54: func (a *AccountDaysTTL) Zero() bool {
		tl_account_days_ttl_gen.go#L66: func (a *AccountDaysTTL) String() string {
		tl_account_days_ttl_gen.go#L70: 	type Alias AccountDaysTTL
		tl_account_days_ttl_gen.go#L75: func (a *AccountDaysTTL) FillFrom(from interface {
		tl_account_days_ttl_gen.go#L84: func (*AccountDaysTTL) TypeID() uint32 {
		tl_account_days_ttl_gen.go#L89: func (*AccountDaysTTL) TypeName() string {
		tl_account_days_ttl_gen.go#L94: func (a *AccountDaysTTL) TypeInfo() tdp.Type {
		tl_account_days_ttl_gen.go#L113: func (a *AccountDaysTTL) Encode(b *bin.Buffer) error {
		tl_account_days_ttl_gen.go#L122: func (a *AccountDaysTTL) EncodeBare(b *bin.Buffer) error {
		tl_account_days_ttl_gen.go#L131: func (a *AccountDaysTTL) Decode(b *bin.Buffer) error {
		tl_account_days_ttl_gen.go#L142: func (a *AccountDaysTTL) DecodeBare(b *bin.Buffer) error {
		tl_account_days_ttl_gen.go#L157: func (a *AccountDaysTTL) GetDays() (value int) {
		tl_account_get_account_ttl_gen.go#L135: func (c *Client) AccountGetAccountTTL(ctx context.Context) (*AccountDaysTTL, error) {
		tl_account_get_account_ttl_gen.go#L136: 	var result AccountDaysTTL
		tl_account_set_account_ttl_gen.go#L40: 	TTL AccountDaysTTL
		tl_account_set_account_ttl_gen.go#L76: 	GetTTL() (value AccountDaysTTL)
		tl_account_set_account_ttl_gen.go#L157: func (s *AccountSetAccountTTLRequest) GetTTL() (value AccountDaysTTL) {
		tl_account_set_account_ttl_gen.go#L172: func (c *Client) AccountSetAccountTTL(ctx context.Context, ttl AccountDaysTTL) (bool, error) {
		tl_registry_gen.go#L4059: 		AccountDaysTTLTypeID:                                     func() bin.Object { return &AccountDaysTTL{} },
		tl_server_gen.go#L728: func (s *ServerDispatcher) OnAccountGetAccountTTL(f func(ctx context.Context) (*AccountDaysTTL, error)) {
		tl_server_gen.go#L745: func (s *ServerDispatcher) OnAccountSetAccountTTL(f func(ctx context.Context, ttl AccountDaysTTL) (bool, error)) {