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

21 uses

	github.com/gotd/td/tg (current package)
		tl_account_get_passkeys_gen.go#L143: func (c *Client) AccountGetPasskeys(ctx context.Context) (*AccountPasskeys, error) {
		tl_account_get_passkeys_gen.go#L144: 	var result AccountPasskeys
		tl_account_passkeys_gen.go#L41: type AccountPasskeys struct {
		tl_account_passkeys_gen.go#L51: 	_ bin.Encoder     = &AccountPasskeys{}
		tl_account_passkeys_gen.go#L52: 	_ bin.Decoder     = &AccountPasskeys{}
		tl_account_passkeys_gen.go#L53: 	_ bin.BareEncoder = &AccountPasskeys{}
		tl_account_passkeys_gen.go#L54: 	_ bin.BareDecoder = &AccountPasskeys{}
		tl_account_passkeys_gen.go#L57: func (p *AccountPasskeys) Zero() bool {
		tl_account_passkeys_gen.go#L69: func (p *AccountPasskeys) String() string {
		tl_account_passkeys_gen.go#L73: 	type Alias AccountPasskeys
		tl_account_passkeys_gen.go#L78: func (p *AccountPasskeys) FillFrom(from interface {
		tl_account_passkeys_gen.go#L87: func (*AccountPasskeys) TypeID() uint32 {
		tl_account_passkeys_gen.go#L92: func (*AccountPasskeys) TypeName() string {
		tl_account_passkeys_gen.go#L97: func (p *AccountPasskeys) TypeInfo() tdp.Type {
		tl_account_passkeys_gen.go#L116: func (p *AccountPasskeys) Encode(b *bin.Buffer) error {
		tl_account_passkeys_gen.go#L125: func (p *AccountPasskeys) EncodeBare(b *bin.Buffer) error {
		tl_account_passkeys_gen.go#L139: func (p *AccountPasskeys) Decode(b *bin.Buffer) error {
		tl_account_passkeys_gen.go#L150: func (p *AccountPasskeys) DecodeBare(b *bin.Buffer) error {
		tl_account_passkeys_gen.go#L175: func (p *AccountPasskeys) GetPasskeys() (value []Passkey) {
		tl_registry_gen.go#L6466: 		AccountPasskeysTypeID:                                                   func() bin.Object { return &AccountPasskeys{} },
		tl_server_gen.go#L2815: func (s *ServerDispatcher) OnAccountGetPasskeys(f func(ctx context.Context) (*AccountPasskeys, error)) {