Sha256: 326af04449bcd5ada95992c50ff78131b54ff151bee8cc1a502283120bf47c3f
Contents?: true
Size: 389 Bytes
Versions: 3
Compression:
Stored size: 389 Bytes
Contents
module TD::Types # Contains a list of messages found by a search. # # @attr messages [Array<TD::Types::Message>] List of messages. # @attr next_from_search_id [Integer] Value to pass as from_search_id to get more results. class FoundMessages < Base attribute :messages, TD::Types::Array.of(TD::Types::Message) attribute :next_from_search_id, TD::Types::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/found_messages.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/found_messages.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/found_messages.rb |