const github.com/gotd/td/tg.AuthSentCodeTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_gen.go#L66: const AuthSentCodeTypeID = 0x5e002502
		tl_auth_sent_code_gen.go#L136: 	return AuthSentCodeTypeID
		tl_auth_sent_code_gen.go#L148: 		ID:   AuthSentCodeTypeID,
		tl_auth_sent_code_gen.go#L192: 	b.PutID(AuthSentCodeTypeID)
		tl_auth_sent_code_gen.go#L231: 	if err := b.ConsumeID(AuthSentCodeTypeID); err != nil {
		tl_auth_sent_code_gen.go#L517: 	case AuthSentCodeTypeID:
		tl_registry_gen.go#L202: 		AuthSentCodeTypeID:                                       "auth.sentCode#5e002502",
		tl_registry_gen.go#L1984: 		"auth.sentCode":                                      AuthSentCodeTypeID,
		tl_registry_gen.go#L3766: 		AuthSentCodeTypeID:                                       func() bin.Object { return &AuthSentCode{} },
		tl_registry_gen.go#L5443: 			AuthSentCodeTypeID,