Sha256: d5eba9a031aac9d1a7669dc3d2335e4af84625d8bf3549b3be88847dfce64ae8
Contents?: true
Size: 293 Bytes
Versions: 2
Compression:
Stored size: 293 Bytes
Contents
module TD::Types # A text shows instead of a raw mention of the user (e.g., when the user has no username). # # @attr user_id [Integer] Identifier of the mentioned user. class TextEntityType::MentionName < TextEntityType attribute :user_id, TD::Types::Coercible::Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/text_entity_type/mention_name.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/text_entity_type/mention_name.rb |