type github.com/gotd/td/tg.AuthExportAuthorizationRequest
20 uses
github.com/gotd/td/tg (current package)
tl_auth_export_authorization_gen.go#L38: type AuthExportAuthorizationRequest struct {
tl_auth_export_authorization_gen.go#L48: _ bin.Encoder = &AuthExportAuthorizationRequest{}
tl_auth_export_authorization_gen.go#L49: _ bin.Decoder = &AuthExportAuthorizationRequest{}
tl_auth_export_authorization_gen.go#L50: _ bin.BareEncoder = &AuthExportAuthorizationRequest{}
tl_auth_export_authorization_gen.go#L51: _ bin.BareDecoder = &AuthExportAuthorizationRequest{}
tl_auth_export_authorization_gen.go#L54: func (e *AuthExportAuthorizationRequest) Zero() bool {
tl_auth_export_authorization_gen.go#L66: func (e *AuthExportAuthorizationRequest) String() string {
tl_auth_export_authorization_gen.go#L70: type Alias AuthExportAuthorizationRequest
tl_auth_export_authorization_gen.go#L75: func (e *AuthExportAuthorizationRequest) FillFrom(from interface {
tl_auth_export_authorization_gen.go#L84: func (*AuthExportAuthorizationRequest) TypeID() uint32 {
tl_auth_export_authorization_gen.go#L89: func (*AuthExportAuthorizationRequest) TypeName() string {
tl_auth_export_authorization_gen.go#L94: func (e *AuthExportAuthorizationRequest) TypeInfo() tdp.Type {
tl_auth_export_authorization_gen.go#L113: func (e *AuthExportAuthorizationRequest) Encode(b *bin.Buffer) error {
tl_auth_export_authorization_gen.go#L122: func (e *AuthExportAuthorizationRequest) EncodeBare(b *bin.Buffer) error {
tl_auth_export_authorization_gen.go#L131: func (e *AuthExportAuthorizationRequest) Decode(b *bin.Buffer) error {
tl_auth_export_authorization_gen.go#L142: func (e *AuthExportAuthorizationRequest) DecodeBare(b *bin.Buffer) error {
tl_auth_export_authorization_gen.go#L157: func (e *AuthExportAuthorizationRequest) GetDCID() (value int) {
tl_auth_export_authorization_gen.go#L176: request := &AuthExportAuthorizationRequest{
tl_registry_gen.go#L4816: AuthExportAuthorizationRequestTypeID: func() bin.Object { return &AuthExportAuthorizationRequest{} },
tl_server_gen.go#L151: var request AuthExportAuthorizationRequest
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. |