type github.com/gotd/td/tg.URLAuthResultDefault
19 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L6047: URLAuthResultDefaultTypeID: func() bin.Object { return &URLAuthResultDefault{} },
tl_url_auth_result_gen.go#L935: type URLAuthResultDefault struct {
tl_url_auth_result_gen.go#L942: func (u URLAuthResultDefault) construct() URLAuthResultClass { return &u }
tl_url_auth_result_gen.go#L946: _ bin.Encoder = &URLAuthResultDefault{}
tl_url_auth_result_gen.go#L947: _ bin.Decoder = &URLAuthResultDefault{}
tl_url_auth_result_gen.go#L948: _ bin.BareEncoder = &URLAuthResultDefault{}
tl_url_auth_result_gen.go#L949: _ bin.BareDecoder = &URLAuthResultDefault{}
tl_url_auth_result_gen.go#L951: _ URLAuthResultClass = &URLAuthResultDefault{}
tl_url_auth_result_gen.go#L954: func (u *URLAuthResultDefault) Zero() bool {
tl_url_auth_result_gen.go#L963: func (u *URLAuthResultDefault) String() string {
tl_url_auth_result_gen.go#L967: type Alias URLAuthResultDefault
tl_url_auth_result_gen.go#L974: func (*URLAuthResultDefault) TypeID() uint32 {
tl_url_auth_result_gen.go#L979: func (*URLAuthResultDefault) TypeName() string {
tl_url_auth_result_gen.go#L984: func (u *URLAuthResultDefault) TypeInfo() tdp.Type {
tl_url_auth_result_gen.go#L998: func (u *URLAuthResultDefault) Encode(b *bin.Buffer) error {
tl_url_auth_result_gen.go#L1007: func (u *URLAuthResultDefault) EncodeBare(b *bin.Buffer) error {
tl_url_auth_result_gen.go#L1015: func (u *URLAuthResultDefault) Decode(b *bin.Buffer) error {
tl_url_auth_result_gen.go#L1026: func (u *URLAuthResultDefault) DecodeBare(b *bin.Buffer) error {
tl_url_auth_result_gen.go#L1099: v := URLAuthResultDefault{}
![]() |
The pages are generated with Golds v0.8.5. (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. |