type github.com/gotd/td/tg.AccountSentEmailCode
22 uses
github.com/gotd/td/tg (current package)
tl_account_send_verify_email_code_gen.go#L207: func (c *Client) AccountSendVerifyEmailCode(ctx context.Context, request *AccountSendVerifyEmailCodeRequest) (*AccountSentEmailCode, error) {
tl_account_send_verify_email_code_gen.go#L208: var result AccountSentEmailCode
tl_account_sent_email_code_gen.go#L38: type AccountSentEmailCode struct {
tl_account_sent_email_code_gen.go#L53: _ bin.Encoder = &AccountSentEmailCode{}
tl_account_sent_email_code_gen.go#L54: _ bin.Decoder = &AccountSentEmailCode{}
tl_account_sent_email_code_gen.go#L55: _ bin.BareEncoder = &AccountSentEmailCode{}
tl_account_sent_email_code_gen.go#L56: _ bin.BareDecoder = &AccountSentEmailCode{}
tl_account_sent_email_code_gen.go#L59: func (s *AccountSentEmailCode) Zero() bool {
tl_account_sent_email_code_gen.go#L74: func (s *AccountSentEmailCode) String() string {
tl_account_sent_email_code_gen.go#L78: type Alias AccountSentEmailCode
tl_account_sent_email_code_gen.go#L83: func (s *AccountSentEmailCode) FillFrom(from interface {
tl_account_sent_email_code_gen.go#L94: func (*AccountSentEmailCode) TypeID() uint32 {
tl_account_sent_email_code_gen.go#L99: func (*AccountSentEmailCode) TypeName() string {
tl_account_sent_email_code_gen.go#L104: func (s *AccountSentEmailCode) TypeInfo() tdp.Type {
tl_account_sent_email_code_gen.go#L127: func (s *AccountSentEmailCode) Encode(b *bin.Buffer) error {
tl_account_sent_email_code_gen.go#L136: func (s *AccountSentEmailCode) EncodeBare(b *bin.Buffer) error {
tl_account_sent_email_code_gen.go#L146: func (s *AccountSentEmailCode) Decode(b *bin.Buffer) error {
tl_account_sent_email_code_gen.go#L157: func (s *AccountSentEmailCode) DecodeBare(b *bin.Buffer) error {
tl_account_sent_email_code_gen.go#L179: func (s *AccountSentEmailCode) GetEmailPattern() (value string) {
tl_account_sent_email_code_gen.go#L187: func (s *AccountSentEmailCode) GetLength() (value int) {
tl_registry_gen.go#L4462: AccountSentEmailCodeTypeID: func() bin.Object { return &AccountSentEmailCode{} },
tl_server_gen.go#L1176: func (s *ServerDispatcher) OnAccountSendVerifyEmailCode(f func(ctx context.Context, request *AccountSendVerifyEmailCodeRequest) (*AccountSentEmailCode, error)) {
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. |