type github.com/gotd/td/tg.EmailVerifyPurposePassport
19 uses
github.com/gotd/td/tg (current package)
tl_email_verify_purpose_gen.go#L308: type EmailVerifyPurposePassport struct {
tl_email_verify_purpose_gen.go#L315: func (e EmailVerifyPurposePassport) construct() EmailVerifyPurposeClass { return &e }
tl_email_verify_purpose_gen.go#L319: _ bin.Encoder = &EmailVerifyPurposePassport{}
tl_email_verify_purpose_gen.go#L320: _ bin.Decoder = &EmailVerifyPurposePassport{}
tl_email_verify_purpose_gen.go#L321: _ bin.BareEncoder = &EmailVerifyPurposePassport{}
tl_email_verify_purpose_gen.go#L322: _ bin.BareDecoder = &EmailVerifyPurposePassport{}
tl_email_verify_purpose_gen.go#L324: _ EmailVerifyPurposeClass = &EmailVerifyPurposePassport{}
tl_email_verify_purpose_gen.go#L327: func (e *EmailVerifyPurposePassport) Zero() bool {
tl_email_verify_purpose_gen.go#L336: func (e *EmailVerifyPurposePassport) String() string {
tl_email_verify_purpose_gen.go#L340: type Alias EmailVerifyPurposePassport
tl_email_verify_purpose_gen.go#L347: func (*EmailVerifyPurposePassport) TypeID() uint32 {
tl_email_verify_purpose_gen.go#L352: func (*EmailVerifyPurposePassport) TypeName() string {
tl_email_verify_purpose_gen.go#L357: func (e *EmailVerifyPurposePassport) TypeInfo() tdp.Type {
tl_email_verify_purpose_gen.go#L371: func (e *EmailVerifyPurposePassport) Encode(b *bin.Buffer) error {
tl_email_verify_purpose_gen.go#L380: func (e *EmailVerifyPurposePassport) EncodeBare(b *bin.Buffer) error {
tl_email_verify_purpose_gen.go#L388: func (e *EmailVerifyPurposePassport) Decode(b *bin.Buffer) error {
tl_email_verify_purpose_gen.go#L399: func (e *EmailVerifyPurposePassport) DecodeBare(b *bin.Buffer) error {
tl_email_verify_purpose_gen.go#L467: v := EmailVerifyPurposePassport{}
tl_registry_gen.go#L4699: EmailVerifyPurposePassportTypeID: func() bin.Object { return &EmailVerifyPurposePassport{} },
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. |