pull down to refresh

Yes you can via cli the command should be:
lncli listpeers | jq '.peers[] | select(.pub_key=="<peer_pubkey>") | .features'
if the peer is not connected, connect first:
lncli connect <peer_pubkey>@<host>:<port>