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

30 uses

	github.com/gotd/td/tg (current package)
		tl_phone_accept_call_gen.go#L234: func (c *Client) PhoneAcceptCall(ctx context.Context, request *PhoneAcceptCallRequest) (*PhonePhoneCall, error) {
		tl_phone_accept_call_gen.go#L235: 	var result PhonePhoneCall
		tl_phone_confirm_call_gen.go#L263: func (c *Client) PhoneConfirmCall(ctx context.Context, request *PhoneConfirmCallRequest) (*PhonePhoneCall, error) {
		tl_phone_confirm_call_gen.go#L264: 	var result PhonePhoneCall
		tl_phone_phone_call_gen.go#L38: type PhonePhoneCall struct {
		tl_phone_phone_call_gen.go#L50: 	_ bin.Encoder     = &PhonePhoneCall{}
		tl_phone_phone_call_gen.go#L51: 	_ bin.Decoder     = &PhonePhoneCall{}
		tl_phone_phone_call_gen.go#L52: 	_ bin.BareEncoder = &PhonePhoneCall{}
		tl_phone_phone_call_gen.go#L53: 	_ bin.BareDecoder = &PhonePhoneCall{}
		tl_phone_phone_call_gen.go#L56: func (p *PhonePhoneCall) Zero() bool {
		tl_phone_phone_call_gen.go#L71: func (p *PhonePhoneCall) String() string {
		tl_phone_phone_call_gen.go#L75: 	type Alias PhonePhoneCall
		tl_phone_phone_call_gen.go#L80: func (p *PhonePhoneCall) FillFrom(from interface {
		tl_phone_phone_call_gen.go#L91: func (*PhonePhoneCall) TypeID() uint32 {
		tl_phone_phone_call_gen.go#L96: func (*PhonePhoneCall) TypeName() string {
		tl_phone_phone_call_gen.go#L101: func (p *PhonePhoneCall) TypeInfo() tdp.Type {
		tl_phone_phone_call_gen.go#L124: func (p *PhonePhoneCall) Encode(b *bin.Buffer) error {
		tl_phone_phone_call_gen.go#L133: func (p *PhonePhoneCall) EncodeBare(b *bin.Buffer) error {
		tl_phone_phone_call_gen.go#L156: func (p *PhonePhoneCall) Decode(b *bin.Buffer) error {
		tl_phone_phone_call_gen.go#L167: func (p *PhonePhoneCall) DecodeBare(b *bin.Buffer) error {
		tl_phone_phone_call_gen.go#L199: func (p *PhonePhoneCall) GetPhoneCall() (value PhoneCallClass) {
		tl_phone_phone_call_gen.go#L207: func (p *PhonePhoneCall) GetUsers() (value []UserClass) {
		tl_phone_phone_call_gen.go#L215: func (p *PhonePhoneCall) GetPhoneCallAsNotEmpty() (NotEmptyPhoneCall, bool) {
		tl_phone_phone_call_gen.go#L220: func (p *PhonePhoneCall) MapUsers() (value UserClassArray) {
		tl_phone_request_call_gen.go#L322: func (c *Client) PhoneRequestCall(ctx context.Context, request *PhoneRequestCallRequest) (*PhonePhoneCall, error) {
		tl_phone_request_call_gen.go#L323: 	var result PhonePhoneCall
		tl_registry_gen.go#L4342: 		PhonePhoneCallTypeID:                                     func() bin.Object { return &PhonePhoneCall{} },
		tl_server_gen.go#L8653: func (s *ServerDispatcher) OnPhoneRequestCall(f func(ctx context.Context, request *PhoneRequestCallRequest) (*PhonePhoneCall, error)) {
		tl_server_gen.go#L8670: func (s *ServerDispatcher) OnPhoneAcceptCall(f func(ctx context.Context, request *PhoneAcceptCallRequest) (*PhonePhoneCall, error)) {
		tl_server_gen.go#L8687: func (s *ServerDispatcher) OnPhoneConfirmCall(f func(ctx context.Context, request *PhoneConfirmCallRequest) (*PhonePhoneCall, error)) {