type github.com/gotd/td/tg.URLAuthResultDefault
19 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4527: URLAuthResultDefaultTypeID: func() bin.Object { return &URLAuthResultDefault{} },
tl_url_auth_result_gen.go#L410: type URLAuthResultDefault struct {
tl_url_auth_result_gen.go#L417: func (u URLAuthResultDefault) construct() URLAuthResultClass { return &u }
tl_url_auth_result_gen.go#L421: _ bin.Encoder = &URLAuthResultDefault{}
tl_url_auth_result_gen.go#L422: _ bin.Decoder = &URLAuthResultDefault{}
tl_url_auth_result_gen.go#L423: _ bin.BareEncoder = &URLAuthResultDefault{}
tl_url_auth_result_gen.go#L424: _ bin.BareDecoder = &URLAuthResultDefault{}
tl_url_auth_result_gen.go#L426: _ URLAuthResultClass = &URLAuthResultDefault{}
tl_url_auth_result_gen.go#L429: func (u *URLAuthResultDefault) Zero() bool {
tl_url_auth_result_gen.go#L438: func (u *URLAuthResultDefault) String() string {
tl_url_auth_result_gen.go#L442: type Alias URLAuthResultDefault
tl_url_auth_result_gen.go#L449: func (*URLAuthResultDefault) TypeID() uint32 {
tl_url_auth_result_gen.go#L454: func (*URLAuthResultDefault) TypeName() string {
tl_url_auth_result_gen.go#L459: func (u *URLAuthResultDefault) TypeInfo() tdp.Type {
tl_url_auth_result_gen.go#L473: func (u *URLAuthResultDefault) Encode(b *bin.Buffer) error {
tl_url_auth_result_gen.go#L482: func (u *URLAuthResultDefault) EncodeBare(b *bin.Buffer) error {
tl_url_auth_result_gen.go#L490: func (u *URLAuthResultDefault) Decode(b *bin.Buffer) error {
tl_url_auth_result_gen.go#L501: func (u *URLAuthResultDefault) DecodeBare(b *bin.Buffer) error {
tl_url_auth_result_gen.go#L569: v := URLAuthResultDefault{}
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. |