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

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/chat_members_filter/mention.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/chat_members_filter/mention.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/chat_members_filter/mention.rb