Method: TD::ClientMethods#get_user_link
- Defined in:
- lib/tdlib/client_methods.rb
#get_user_link ⇒ TD::Types::UserLink
Returns an HTTPS link, which can be used to get information about the current user.
5282 5283 5284 |
# File 'lib/tdlib/client_methods.rb', line 5282 def get_user_link broadcast('@type' => 'getUserLink') end |