type github.com/gotd/td/tg.AccountGetAuthorizationsRequest
18 uses
github.com/gotd/td/tg (current package)
tl_account_get_authorizations_gen.go#L38: type AccountGetAuthorizationsRequest struct {
tl_account_get_authorizations_gen.go#L46: _ bin.Encoder = &AccountGetAuthorizationsRequest{}
tl_account_get_authorizations_gen.go#L47: _ bin.Decoder = &AccountGetAuthorizationsRequest{}
tl_account_get_authorizations_gen.go#L48: _ bin.BareEncoder = &AccountGetAuthorizationsRequest{}
tl_account_get_authorizations_gen.go#L49: _ bin.BareDecoder = &AccountGetAuthorizationsRequest{}
tl_account_get_authorizations_gen.go#L52: func (g *AccountGetAuthorizationsRequest) Zero() bool {
tl_account_get_authorizations_gen.go#L61: func (g *AccountGetAuthorizationsRequest) String() string {
tl_account_get_authorizations_gen.go#L65: type Alias AccountGetAuthorizationsRequest
tl_account_get_authorizations_gen.go#L72: func (*AccountGetAuthorizationsRequest) TypeID() uint32 {
tl_account_get_authorizations_gen.go#L77: func (*AccountGetAuthorizationsRequest) TypeName() string {
tl_account_get_authorizations_gen.go#L82: func (g *AccountGetAuthorizationsRequest) TypeInfo() tdp.Type {
tl_account_get_authorizations_gen.go#L96: func (g *AccountGetAuthorizationsRequest) Encode(b *bin.Buffer) error {
tl_account_get_authorizations_gen.go#L105: func (g *AccountGetAuthorizationsRequest) EncodeBare(b *bin.Buffer) error {
tl_account_get_authorizations_gen.go#L113: func (g *AccountGetAuthorizationsRequest) Decode(b *bin.Buffer) error {
tl_account_get_authorizations_gen.go#L124: func (g *AccountGetAuthorizationsRequest) DecodeBare(b *bin.Buffer) error {
tl_account_get_authorizations_gen.go#L138: request := &AccountGetAuthorizationsRequest{}
tl_registry_gen.go#L4852: AccountGetAuthorizationsRequestTypeID: func() bin.Object { return &AccountGetAuthorizationsRequest{} },
tl_server_gen.go#L823: var request AccountGetAuthorizationsRequest
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. |