type github.com/gotd/td/tg.AuthSentCodeClass

34 uses

	github.com/gotd/td/tg (current package)
		tl_account_email_verified_gen.go#L180: 	SentCode AuthSentCodeClass
		tl_account_email_verified_gen.go#L225: 	GetSentCode() (value AuthSentCodeClass)
		tl_account_email_verified_gen.go#L332: func (e *AccountEmailVerifiedLogin) GetSentCode() (value AuthSentCodeClass) {
		tl_account_send_change_phone_code_gen.go#L202: func (c *Client) AccountSendChangePhoneCode(ctx context.Context, request *AccountSendChangePhoneCodeRequest) (AuthSentCodeClass, error) {
		tl_account_send_confirm_phone_code_gen.go#L208: func (c *Client) AccountSendConfirmPhoneCode(ctx context.Context, request *AccountSendConfirmPhoneCodeRequest) (AuthSentCodeClass, error) {
		tl_account_send_verify_phone_code_gen.go#L205: func (c *Client) AccountSendVerifyPhoneCode(ctx context.Context, request *AccountSendVerifyPhoneCodeRequest) (AuthSentCodeClass, error) {
		tl_auth_resend_code_gen.go#L214: func (c *Client) AuthResendCode(ctx context.Context, request *AuthResendCodeRequest) (AuthSentCodeClass, error) {
		tl_auth_reset_login_email_gen.go#L209: func (c *Client) AuthResetLoginEmail(ctx context.Context, request *AuthResetLoginEmailRequest) (AuthSentCodeClass, error) {
		tl_auth_send_code_gen.go#L268: func (c *Client) AuthSendCode(ctx context.Context, request *AuthSendCodeRequest) (AuthSentCodeClass, error) {
		tl_auth_sent_code_gen.go#L69: func (s AuthSentCode) construct() AuthSentCodeClass { return &s }
		tl_auth_sent_code_gen.go#L78: 	_ AuthSentCodeClass = &AuthSentCode{}
		tl_auth_sent_code_gen.go#L346: func (s AuthSentCodeSuccess) construct() AuthSentCodeClass { return &s }
		tl_auth_sent_code_gen.go#L355: 	_ AuthSentCodeClass = &AuthSentCodeSuccess{}
		tl_auth_sent_code_gen.go#L491: type AuthSentCodeClass interface {
		tl_auth_sent_code_gen.go#L496: 	construct() AuthSentCodeClass
		tl_auth_sent_code_gen.go#L511: func DecodeAuthSentCode(buf *bin.Buffer) (AuthSentCodeClass, error) {
		tl_auth_sent_code_gen.go#L538: 	SentCode AuthSentCodeClass
		tl_auth_sent_code_slices_gen.go#L38: type AuthSentCodeClassArray []AuthSentCodeClass
		tl_auth_sent_code_slices_gen.go#L41: func (s AuthSentCodeClassArray) Sort(less func(a, b AuthSentCodeClass) bool) AuthSentCodeClassArray {
		tl_auth_sent_code_slices_gen.go#L49: func (s AuthSentCodeClassArray) SortStable(less func(a, b AuthSentCodeClass) bool) AuthSentCodeClassArray {
		tl_auth_sent_code_slices_gen.go#L57: func (s AuthSentCodeClassArray) Retain(keep func(x AuthSentCodeClass) bool) AuthSentCodeClassArray {
		tl_auth_sent_code_slices_gen.go#L71: func (s AuthSentCodeClassArray) First() (v AuthSentCodeClass, ok bool) {
		tl_auth_sent_code_slices_gen.go#L79: func (s AuthSentCodeClassArray) Last() (v AuthSentCodeClass, ok bool) {
		tl_auth_sent_code_slices_gen.go#L87: func (s *AuthSentCodeClassArray) PopFirst() (v AuthSentCodeClass, ok bool) {
		tl_auth_sent_code_slices_gen.go#L97: 	var zero AuthSentCodeClass
		tl_auth_sent_code_slices_gen.go#L106: func (s *AuthSentCodeClassArray) Pop() (v AuthSentCodeClass, ok bool) {
		tl_server_gen.go#L60: func (s *ServerDispatcher) OnAuthSendCode(f func(ctx context.Context, request *AuthSendCodeRequest) (AuthSentCodeClass, error)) {
		tl_server_gen.go#L272: func (s *ServerDispatcher) OnAuthResendCode(f func(ctx context.Context, request *AuthResendCodeRequest) (AuthSentCodeClass, error)) {
		tl_server_gen.go#L441: func (s *ServerDispatcher) OnAuthResetLoginEmail(f func(ctx context.Context, request *AuthResetLoginEmailRequest) (AuthSentCodeClass, error)) {
		tl_server_gen.go#L766: func (s *ServerDispatcher) OnAccountSendChangePhoneCode(f func(ctx context.Context, request *AccountSendChangePhoneCodeRequest) (AuthSentCodeClass, error)) {
		tl_server_gen.go#L914: func (s *ServerDispatcher) OnAccountSendConfirmPhoneCode(f func(ctx context.Context, request *AccountSendConfirmPhoneCodeRequest) (AuthSentCodeClass, error)) {
		tl_server_gen.go#L1138: func (s *ServerDispatcher) OnAccountSendVerifyPhoneCode(f func(ctx context.Context, request *AccountSendVerifyPhoneCodeRequest) (AuthSentCodeClass, error)) {

	github.com/gotd/td/telegram/auth
		flow.go#L118: 	SendCode(ctx context.Context, phone string, options SendCodeOptions) (tg.AuthSentCodeClass, error)
		user.go#L67: func (c *Client) SendCode(ctx context.Context, phone string, options SendCodeOptions) (tg.AuthSentCodeClass, error) {