Method: TD::ClientMethods#get_user_link

Defined in:
lib/tdlib/client_methods.rb

Returns an HTTPS link, which can be used to get information about the current user.

Returns:



5282
5283
5284
# File 'lib/tdlib/client_methods.rb', line 5282

def get_user_link
  broadcast('@type' => 'getUserLink')
end