type github.com/gotd/td/tg.AccountAuthorizations
22 uses
github.com/gotd/td/tg (current package)
tl_account_authorizations_gen.go#L38: type AccountAuthorizations struct {
tl_account_authorizations_gen.go#L50: _ bin.Encoder = &AccountAuthorizations{}
tl_account_authorizations_gen.go#L51: _ bin.Decoder = &AccountAuthorizations{}
tl_account_authorizations_gen.go#L52: _ bin.BareEncoder = &AccountAuthorizations{}
tl_account_authorizations_gen.go#L53: _ bin.BareDecoder = &AccountAuthorizations{}
tl_account_authorizations_gen.go#L56: func (a *AccountAuthorizations) Zero() bool {
tl_account_authorizations_gen.go#L71: func (a *AccountAuthorizations) String() string {
tl_account_authorizations_gen.go#L75: type Alias AccountAuthorizations
tl_account_authorizations_gen.go#L80: func (a *AccountAuthorizations) FillFrom(from interface {
tl_account_authorizations_gen.go#L91: func (*AccountAuthorizations) TypeID() uint32 {
tl_account_authorizations_gen.go#L96: func (*AccountAuthorizations) TypeName() string {
tl_account_authorizations_gen.go#L101: func (a *AccountAuthorizations) TypeInfo() tdp.Type {
tl_account_authorizations_gen.go#L124: func (a *AccountAuthorizations) Encode(b *bin.Buffer) error {
tl_account_authorizations_gen.go#L133: func (a *AccountAuthorizations) EncodeBare(b *bin.Buffer) error {
tl_account_authorizations_gen.go#L148: func (a *AccountAuthorizations) Decode(b *bin.Buffer) error {
tl_account_authorizations_gen.go#L159: func (a *AccountAuthorizations) DecodeBare(b *bin.Buffer) error {
tl_account_authorizations_gen.go#L191: func (a *AccountAuthorizations) GetAuthorizationTTLDays() (value int) {
tl_account_authorizations_gen.go#L199: func (a *AccountAuthorizations) GetAuthorizations() (value []Authorization) {
tl_account_get_authorizations_gen.go#L135: func (c *Client) AccountGetAuthorizations(ctx context.Context) (*AccountAuthorizations, error) {
tl_account_get_authorizations_gen.go#L136: var result AccountAuthorizations
tl_registry_gen.go#L4079: AccountAuthorizationsTypeID: func() bin.Object { return &AccountAuthorizations{} },
tl_server_gen.go#L821: func (s *ServerDispatcher) OnAccountGetAuthorizations(f func(ctx context.Context) (*AccountAuthorizations, error)) {
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. |