Class: TD::Types::InternalLinkType::UserToken
- Inherits:
-
TD::Types::InternalLinkType
- Object
- Dry::Struct
- Base
- TD::Types::InternalLinkType
- TD::Types::InternalLinkType::UserToken
- Defined in:
- lib/tdlib/types/internal_link_type/user_token.rb
Overview
The link is a link to a user by a temporary token. Call searchUserByToken with the given token to process the link. If the user is found, then call createPrivateChat and open the chat.
Instance Attribute Summary collapse
-
#token ⇒ TD::Types::String
The token.
Method Summary
Methods inherited from Base
Instance Attribute Details
#token ⇒ TD::Types::String
The token.
7 8 9 |
# File 'lib/tdlib/types/internal_link_type/user_token.rb', line 7 def token @token end |