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

20 uses

	github.com/gotd/td/tg (current package)
		tl_invoke_with_apns_secret_gen.go#L38: type InvokeWithApnsSecretRequest struct {
		tl_invoke_with_apns_secret_gen.go#L52: 	_ bin.Encoder     = &InvokeWithApnsSecretRequest{}
		tl_invoke_with_apns_secret_gen.go#L53: 	_ bin.Decoder     = &InvokeWithApnsSecretRequest{}
		tl_invoke_with_apns_secret_gen.go#L54: 	_ bin.BareEncoder = &InvokeWithApnsSecretRequest{}
		tl_invoke_with_apns_secret_gen.go#L55: 	_ bin.BareDecoder = &InvokeWithApnsSecretRequest{}
		tl_invoke_with_apns_secret_gen.go#L58: func (i *InvokeWithApnsSecretRequest) Zero() bool {
		tl_invoke_with_apns_secret_gen.go#L76: func (i *InvokeWithApnsSecretRequest) String() string {
		tl_invoke_with_apns_secret_gen.go#L80: 	type Alias InvokeWithApnsSecretRequest
		tl_invoke_with_apns_secret_gen.go#L85: func (i *InvokeWithApnsSecretRequest) FillFrom(from interface {
		tl_invoke_with_apns_secret_gen.go#L98: func (*InvokeWithApnsSecretRequest) TypeID() uint32 {
		tl_invoke_with_apns_secret_gen.go#L103: func (*InvokeWithApnsSecretRequest) TypeName() string {
		tl_invoke_with_apns_secret_gen.go#L108: func (i *InvokeWithApnsSecretRequest) TypeInfo() tdp.Type {
		tl_invoke_with_apns_secret_gen.go#L135: func (i *InvokeWithApnsSecretRequest) Encode(b *bin.Buffer) error {
		tl_invoke_with_apns_secret_gen.go#L144: func (i *InvokeWithApnsSecretRequest) EncodeBare(b *bin.Buffer) error {
		tl_invoke_with_apns_secret_gen.go#L157: func (i *InvokeWithApnsSecretRequest) Decode(b *bin.Buffer) error {
		tl_invoke_with_apns_secret_gen.go#L168: func (i *InvokeWithApnsSecretRequest) DecodeBare(b *bin.Buffer) error {
		tl_invoke_with_apns_secret_gen.go#L195: func (i *InvokeWithApnsSecretRequest) GetNonce() (value string) {
		tl_invoke_with_apns_secret_gen.go#L203: func (i *InvokeWithApnsSecretRequest) GetSecret() (value string) {
		tl_invoke_with_apns_secret_gen.go#L211: func (i *InvokeWithApnsSecretRequest) GetQuery() (value bin.Object) {
		tl_registry_gen.go#L6524: 		InvokeWithApnsSecretRequestTypeID:                                       func() bin.Object { return &InvokeWithApnsSecretRequest{} },