Sha256: 9c1d86f2f096ca74805467353713b18472b96f151edb54ecb56115646963fcb1
Contents?: true
Size: 282 Bytes
Versions: 4
Compression:
Stored size: 282 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::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems