Sha256: ada2bd0628694ae6023dc3083e57d9c006f8c60db831fad76cc856df24aad8a4
Contents?: true
Size: 402 Bytes
Versions: 2
Compression:
Stored size: 402 Bytes
Contents
module TD::Types # Contains a list of chat invite links. # # @attr total_count [Integer] Approximate total count of chat invite links found. # @attr invite_links [Array<TD::Types::ChatInviteLink>] List of invite links. class ChatInviteLinks < Base attribute :total_count, TD::Types::Coercible::Integer attribute :invite_links, TD::Types::Array.of(TD::Types::ChatInviteLink) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/chat_invite_links.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/chat_invite_links.rb |