Class: TD::Types::TextEntityType::MentionName
- Inherits:
-
TD::Types::TextEntityType
- Object
- Dry::Struct
- Base
- TD::Types::TextEntityType
- TD::Types::TextEntityType::MentionName
- Defined in:
- lib/tdlib/types/text_entity_type/mention_name.rb
Overview
A text shows instead of a raw mention of the user (e.g., when the user has no username).
Instance Attribute Summary collapse
-
#user_id ⇒ Integer
Identifier of the mentioned user.
Method Summary
Methods inherited from Base
Instance Attribute Details
#user_id ⇒ Integer
Identifier of the mentioned user.
5 6 7 |
# File 'lib/tdlib/types/text_entity_type/mention_name.rb', line 5 def user_id @user_id end |