type github.com/gotd/td/tg.AuthReportMissingCodeRequest
23 uses
github.com/gotd/td/tg (current package)
tl_auth_report_missing_code_gen.go#L38: type AuthReportMissingCodeRequest struct {
tl_auth_report_missing_code_gen.go#L58: _ bin.Encoder = &AuthReportMissingCodeRequest{}
tl_auth_report_missing_code_gen.go#L59: _ bin.Decoder = &AuthReportMissingCodeRequest{}
tl_auth_report_missing_code_gen.go#L60: _ bin.BareEncoder = &AuthReportMissingCodeRequest{}
tl_auth_report_missing_code_gen.go#L61: _ bin.BareDecoder = &AuthReportMissingCodeRequest{}
tl_auth_report_missing_code_gen.go#L64: func (r *AuthReportMissingCodeRequest) Zero() bool {
tl_auth_report_missing_code_gen.go#L82: func (r *AuthReportMissingCodeRequest) String() string {
tl_auth_report_missing_code_gen.go#L86: type Alias AuthReportMissingCodeRequest
tl_auth_report_missing_code_gen.go#L91: func (r *AuthReportMissingCodeRequest) FillFrom(from interface {
tl_auth_report_missing_code_gen.go#L104: func (*AuthReportMissingCodeRequest) TypeID() uint32 {
tl_auth_report_missing_code_gen.go#L109: func (*AuthReportMissingCodeRequest) TypeName() string {
tl_auth_report_missing_code_gen.go#L114: func (r *AuthReportMissingCodeRequest) TypeInfo() tdp.Type {
tl_auth_report_missing_code_gen.go#L141: func (r *AuthReportMissingCodeRequest) Encode(b *bin.Buffer) error {
tl_auth_report_missing_code_gen.go#L150: func (r *AuthReportMissingCodeRequest) EncodeBare(b *bin.Buffer) error {
tl_auth_report_missing_code_gen.go#L161: func (r *AuthReportMissingCodeRequest) Decode(b *bin.Buffer) error {
tl_auth_report_missing_code_gen.go#L172: func (r *AuthReportMissingCodeRequest) DecodeBare(b *bin.Buffer) error {
tl_auth_report_missing_code_gen.go#L201: func (r *AuthReportMissingCodeRequest) GetPhoneNumber() (value string) {
tl_auth_report_missing_code_gen.go#L209: func (r *AuthReportMissingCodeRequest) GetPhoneCodeHash() (value string) {
tl_auth_report_missing_code_gen.go#L217: func (r *AuthReportMissingCodeRequest) GetMnc() (value string) {
tl_auth_report_missing_code_gen.go#L232: func (c *Client) AuthReportMissingCode(ctx context.Context, request *AuthReportMissingCodeRequest) (bool, error) {
tl_registry_gen.go#L6548: AuthReportMissingCodeRequestTypeID: func() bin.Object { return &AuthReportMissingCodeRequest{} },
tl_server_gen.go#L458: func (s *ServerDispatcher) OnAuthReportMissingCode(f func(ctx context.Context, request *AuthReportMissingCodeRequest) (bool, error)) {
tl_server_gen.go#L460: var request AuthReportMissingCodeRequest
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |