Layer 228
constructor
account.passkeys#f8e0aa1c passkeys:Vector<Passkey> = account.Passkeys;

Parameters

Name Type Description
Passkeys Vector<Passkey> List of passkeys that can be used to log into the current account

Gogram Example

// Creating AccountPasskeysObj constructor
obj := &tg.AccountPasskeysObj{
    Passkeys: []tg.Passkey{&tg.PasskeyObj{}},
}