type github.com/gotd/td/tg.AuthResetAuthorizationsRequest
18 uses
github.com/gotd/td/tg (current package)
tl_auth_reset_authorizations_gen.go#L43: type AuthResetAuthorizationsRequest struct {
tl_auth_reset_authorizations_gen.go#L51: _ bin.Encoder = &AuthResetAuthorizationsRequest{}
tl_auth_reset_authorizations_gen.go#L52: _ bin.Decoder = &AuthResetAuthorizationsRequest{}
tl_auth_reset_authorizations_gen.go#L53: _ bin.BareEncoder = &AuthResetAuthorizationsRequest{}
tl_auth_reset_authorizations_gen.go#L54: _ bin.BareDecoder = &AuthResetAuthorizationsRequest{}
tl_auth_reset_authorizations_gen.go#L57: func (r *AuthResetAuthorizationsRequest) Zero() bool {
tl_auth_reset_authorizations_gen.go#L66: func (r *AuthResetAuthorizationsRequest) String() string {
tl_auth_reset_authorizations_gen.go#L70: type Alias AuthResetAuthorizationsRequest
tl_auth_reset_authorizations_gen.go#L77: func (*AuthResetAuthorizationsRequest) TypeID() uint32 {
tl_auth_reset_authorizations_gen.go#L82: func (*AuthResetAuthorizationsRequest) TypeName() string {
tl_auth_reset_authorizations_gen.go#L87: func (r *AuthResetAuthorizationsRequest) TypeInfo() tdp.Type {
tl_auth_reset_authorizations_gen.go#L101: func (r *AuthResetAuthorizationsRequest) Encode(b *bin.Buffer) error {
tl_auth_reset_authorizations_gen.go#L110: func (r *AuthResetAuthorizationsRequest) EncodeBare(b *bin.Buffer) error {
tl_auth_reset_authorizations_gen.go#L118: func (r *AuthResetAuthorizationsRequest) Decode(b *bin.Buffer) error {
tl_auth_reset_authorizations_gen.go#L129: func (r *AuthResetAuthorizationsRequest) DecodeBare(b *bin.Buffer) error {
tl_auth_reset_authorizations_gen.go#L152: request := &AuthResetAuthorizationsRequest{}
tl_registry_gen.go#L4815: AuthResetAuthorizationsRequestTypeID: func() bin.Object { return &AuthResetAuthorizationsRequest{} },
tl_server_gen.go#L130: var request AuthResetAuthorizationsRequest
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. |