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

47 uses

	github.com/gotd/td/tg (current package)
		tl_input_phone_call_gen.go#L41: type InputPhoneCall struct {
		tl_input_phone_call_gen.go#L53: 	_ bin.Encoder     = &InputPhoneCall{}
		tl_input_phone_call_gen.go#L54: 	_ bin.Decoder     = &InputPhoneCall{}
		tl_input_phone_call_gen.go#L55: 	_ bin.BareEncoder = &InputPhoneCall{}
		tl_input_phone_call_gen.go#L56: 	_ bin.BareDecoder = &InputPhoneCall{}
		tl_input_phone_call_gen.go#L59: func (i *InputPhoneCall) Zero() bool {
		tl_input_phone_call_gen.go#L74: func (i *InputPhoneCall) String() string {
		tl_input_phone_call_gen.go#L78: 	type Alias InputPhoneCall
		tl_input_phone_call_gen.go#L83: func (i *InputPhoneCall) FillFrom(from interface {
		tl_input_phone_call_gen.go#L94: func (*InputPhoneCall) TypeID() uint32 {
		tl_input_phone_call_gen.go#L99: func (*InputPhoneCall) TypeName() string {
		tl_input_phone_call_gen.go#L104: func (i *InputPhoneCall) TypeInfo() tdp.Type {
		tl_input_phone_call_gen.go#L127: func (i *InputPhoneCall) Encode(b *bin.Buffer) error {
		tl_input_phone_call_gen.go#L136: func (i *InputPhoneCall) EncodeBare(b *bin.Buffer) error {
		tl_input_phone_call_gen.go#L146: func (i *InputPhoneCall) Decode(b *bin.Buffer) error {
		tl_input_phone_call_gen.go#L157: func (i *InputPhoneCall) DecodeBare(b *bin.Buffer) error {
		tl_input_phone_call_gen.go#L179: func (i *InputPhoneCall) GetID() (value int64) {
		tl_input_phone_call_gen.go#L187: func (i *InputPhoneCall) GetAccessHash() (value int64) {
		tl_phone_accept_call_gen.go#L43: 	Peer InputPhoneCall
		tl_phone_accept_call_gen.go#L92: 	GetPeer() (value InputPhoneCall)
		tl_phone_accept_call_gen.go#L201: func (a *PhoneAcceptCallRequest) GetPeer() (value InputPhoneCall) {
		tl_phone_call_gen.go#L2278: func (p *PhoneCall) AsInput() *InputPhoneCall {
		tl_phone_call_gen.go#L2279: 	value := new(InputPhoneCall)
		tl_phone_confirm_call_gen.go#L45: 	Peer InputPhoneCall
		tl_phone_confirm_call_gen.go#L99: 	GetPeer() (value InputPhoneCall)
		tl_phone_confirm_call_gen.go#L222: func (c *PhoneConfirmCallRequest) GetPeer() (value InputPhoneCall) {
		tl_phone_discard_call_gen.go#L50: 	Peer InputPhoneCall
		tl_phone_discard_call_gen.go#L108: 	GetPeer() (value InputPhoneCall)
		tl_phone_discard_call_gen.go#L278: func (d *PhoneDiscardCallRequest) GetPeer() (value InputPhoneCall) {
		tl_phone_received_call_gen.go#L45: 	Peer InputPhoneCall
		tl_phone_received_call_gen.go#L81: 	GetPeer() (value InputPhoneCall)
		tl_phone_received_call_gen.go#L162: func (r *PhoneReceivedCallRequest) GetPeer() (value InputPhoneCall) {
		tl_phone_received_call_gen.go#L183: func (c *Client) PhoneReceivedCall(ctx context.Context, peer InputPhoneCall) (bool, error) {
		tl_phone_save_call_debug_gen.go#L43: 	Peer InputPhoneCall
		tl_phone_save_call_debug_gen.go#L84: 	GetPeer() (value InputPhoneCall)
		tl_phone_save_call_debug_gen.go#L179: func (s *PhoneSaveCallDebugRequest) GetPeer() (value InputPhoneCall) {
		tl_phone_save_call_log_gen.go#L40: 	Peer InputPhoneCall
		tl_phone_save_call_log_gen.go#L81: 	GetPeer() (value InputPhoneCall)
		tl_phone_save_call_log_gen.go#L181: func (s *PhoneSaveCallLogRequest) GetPeer() (value InputPhoneCall) {
		tl_phone_send_signaling_data_gen.go#L43: 	Peer InputPhoneCall
		tl_phone_send_signaling_data_gen.go#L84: 	GetPeer() (value InputPhoneCall)
		tl_phone_send_signaling_data_gen.go#L179: func (s *PhoneSendSignalingDataRequest) GetPeer() (value InputPhoneCall) {
		tl_phone_set_call_rating_gen.go#L55: 	Peer InputPhoneCall
		tl_phone_set_call_rating_gen.go#L112: 	GetPeer() (value InputPhoneCall)
		tl_phone_set_call_rating_gen.go#L263: func (s *PhoneSetCallRatingRequest) GetPeer() (value InputPhoneCall) {
		tl_registry_gen.go#L5754: 		InputPhoneCallTypeID:                                     func() bin.Object { return &InputPhoneCall{} },
		tl_server_gen.go#L12078: func (s *ServerDispatcher) OnPhoneReceivedCall(f func(ctx context.Context, peer InputPhoneCall) (bool, error)) {