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

21 uses

	github.com/gotd/td/tg (current package)
		tl_account_init_passkey_registration_gen.go#L147: func (c *Client) AccountInitPasskeyRegistration(ctx context.Context) (*AccountPasskeyRegistrationOptions, error) {
		tl_account_init_passkey_registration_gen.go#L148: 	var result AccountPasskeyRegistrationOptions
		tl_account_passkey_registration_options_gen.go#L41: type AccountPasskeyRegistrationOptions struct {
		tl_account_passkey_registration_options_gen.go#L55: 	_ bin.Encoder     = &AccountPasskeyRegistrationOptions{}
		tl_account_passkey_registration_options_gen.go#L56: 	_ bin.Decoder     = &AccountPasskeyRegistrationOptions{}
		tl_account_passkey_registration_options_gen.go#L57: 	_ bin.BareEncoder = &AccountPasskeyRegistrationOptions{}
		tl_account_passkey_registration_options_gen.go#L58: 	_ bin.BareDecoder = &AccountPasskeyRegistrationOptions{}
		tl_account_passkey_registration_options_gen.go#L61: func (p *AccountPasskeyRegistrationOptions) Zero() bool {
		tl_account_passkey_registration_options_gen.go#L73: func (p *AccountPasskeyRegistrationOptions) String() string {
		tl_account_passkey_registration_options_gen.go#L77: 	type Alias AccountPasskeyRegistrationOptions
		tl_account_passkey_registration_options_gen.go#L82: func (p *AccountPasskeyRegistrationOptions) FillFrom(from interface {
		tl_account_passkey_registration_options_gen.go#L91: func (*AccountPasskeyRegistrationOptions) TypeID() uint32 {
		tl_account_passkey_registration_options_gen.go#L96: func (*AccountPasskeyRegistrationOptions) TypeName() string {
		tl_account_passkey_registration_options_gen.go#L101: func (p *AccountPasskeyRegistrationOptions) TypeInfo() tdp.Type {
		tl_account_passkey_registration_options_gen.go#L120: func (p *AccountPasskeyRegistrationOptions) Encode(b *bin.Buffer) error {
		tl_account_passkey_registration_options_gen.go#L129: func (p *AccountPasskeyRegistrationOptions) EncodeBare(b *bin.Buffer) error {
		tl_account_passkey_registration_options_gen.go#L140: func (p *AccountPasskeyRegistrationOptions) Decode(b *bin.Buffer) error {
		tl_account_passkey_registration_options_gen.go#L151: func (p *AccountPasskeyRegistrationOptions) DecodeBare(b *bin.Buffer) error {
		tl_account_passkey_registration_options_gen.go#L164: func (p *AccountPasskeyRegistrationOptions) GetOptions() (value DataJSON) {
		tl_registry_gen.go#L6467: 		AccountPasskeyRegistrationOptionsTypeID:                                 func() bin.Object { return &AccountPasskeyRegistrationOptions{} },
		tl_server_gen.go#L2781: func (s *ServerDispatcher) OnAccountInitPasskeyRegistration(f func(ctx context.Context) (*AccountPasskeyRegistrationOptions, error)) {