Sha256: 7cad99c91057368ab961d54d5d61a2ec8587600b41ac50459596b1148b9845be
Contents?: true
Size: 301 Bytes
Versions: 3
Compression:
Stored size: 301 Bytes
Contents
module TD::Types # Returns users which can be mentioned in the chat. # # @attr message_thread_id [Integer] If non-zero, the identifier of the current message thread. class ChatMembersFilter::Mention < ChatMembersFilter attribute :message_thread_id, TD::Types::Coercible::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems