type github.com/gotd/td/telegram/auth/qrlogin.QR
8 uses
github.com/gotd/td/telegram/auth/qrlogin (current package)
qrlogin.go#L17: type QR struct {
qrlogin.go#L26: func NewQR(api *tg.Client, appID int, appHash string, opts Options) QR {
qrlogin.go#L28: return QR{
qrlogin.go#L40: func (q QR) Export(ctx context.Context, exceptIDs ...int64) (Token, error) {
qrlogin.go#L60: func (q QR) Accept(ctx context.Context, t Token) (*tg.Authorization, error) {
qrlogin.go#L67: func (q QR) Import(ctx context.Context) (*tg.AuthAuthorization, error) {
qrlogin.go#L136: func (q QR) Auth(
github.com/gotd/td/telegram
auth.go#L16: func (c *Client) QR() qrlogin.QR {
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. |