github.com/gotd/td/tg.PhoneReceivedCallRequest.Peer (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_phone_received_call_gen.go#L41: 	Peer InputPhoneCall
		tl_phone_received_call_gen.go#L59: 	if !(r.Peer.Zero()) {
		tl_phone_received_call_gen.go#L79: 	r.Peer = from.GetPeer()
		tl_phone_received_call_gen.go#L127: 	if err := r.Peer.Encode(b); err != nil {
		tl_phone_received_call_gen.go#L150: 		if err := r.Peer.Decode(b); err != nil {
		tl_phone_received_call_gen.go#L162: 	return r.Peer
		tl_phone_received_call_gen.go#L179: 		Peer: peer,
		tl_server_gen.go#L8711: 		response, err := f(ctx, request.Peer)