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

24 uses

	github.com/gotd/td/tg (current package)
		tl_phone_confirm_call_gen.go#L43: type PhoneConfirmCallRequest struct {
		tl_phone_confirm_call_gen.go#L62: 	_ bin.Encoder     = &PhoneConfirmCallRequest{}
		tl_phone_confirm_call_gen.go#L63: 	_ bin.Decoder     = &PhoneConfirmCallRequest{}
		tl_phone_confirm_call_gen.go#L64: 	_ bin.BareEncoder = &PhoneConfirmCallRequest{}
		tl_phone_confirm_call_gen.go#L65: 	_ bin.BareDecoder = &PhoneConfirmCallRequest{}
		tl_phone_confirm_call_gen.go#L68: func (c *PhoneConfirmCallRequest) Zero() bool {
		tl_phone_confirm_call_gen.go#L89: func (c *PhoneConfirmCallRequest) String() string {
		tl_phone_confirm_call_gen.go#L93: 	type Alias PhoneConfirmCallRequest
		tl_phone_confirm_call_gen.go#L98: func (c *PhoneConfirmCallRequest) FillFrom(from interface {
		tl_phone_confirm_call_gen.go#L113: func (*PhoneConfirmCallRequest) TypeID() uint32 {
		tl_phone_confirm_call_gen.go#L118: func (*PhoneConfirmCallRequest) TypeName() string {
		tl_phone_confirm_call_gen.go#L123: func (c *PhoneConfirmCallRequest) TypeInfo() tdp.Type {
		tl_phone_confirm_call_gen.go#L154: func (c *PhoneConfirmCallRequest) Encode(b *bin.Buffer) error {
		tl_phone_confirm_call_gen.go#L163: func (c *PhoneConfirmCallRequest) EncodeBare(b *bin.Buffer) error {
		tl_phone_confirm_call_gen.go#L179: func (c *PhoneConfirmCallRequest) Decode(b *bin.Buffer) error {
		tl_phone_confirm_call_gen.go#L190: func (c *PhoneConfirmCallRequest) DecodeBare(b *bin.Buffer) error {
		tl_phone_confirm_call_gen.go#L222: func (c *PhoneConfirmCallRequest) GetPeer() (value InputPhoneCall) {
		tl_phone_confirm_call_gen.go#L230: func (c *PhoneConfirmCallRequest) GetGA() (value []byte) {
		tl_phone_confirm_call_gen.go#L238: func (c *PhoneConfirmCallRequest) GetKeyFingerprint() (value int64) {
		tl_phone_confirm_call_gen.go#L246: func (c *PhoneConfirmCallRequest) GetProtocol() (value PhoneCallProtocol) {
		tl_phone_confirm_call_gen.go#L267: func (c *Client) PhoneConfirmCall(ctx context.Context, request *PhoneConfirmCallRequest) (*PhonePhoneCall, error) {
		tl_registry_gen.go#L7187: 		PhoneConfirmCallRequestTypeID:                                           func() bin.Object { return &PhoneConfirmCallRequest{} },
		tl_server_gen.go#L12061: func (s *ServerDispatcher) OnPhoneConfirmCall(f func(ctx context.Context, request *PhoneConfirmCallRequest) (*PhonePhoneCall, error)) {
		tl_server_gen.go#L12063: 		var request PhoneConfirmCallRequest