Sha256: 77009f3659ade3004ff9daabcb887ed2abc304be644b7deba194161c2eda25b3
Contents?: true
Size: 397 Bytes
Versions: 3
Compression:
Stored size: 397 Bytes
Contents
module TD::Types # A supergroup has been created from a basic group. # # @attr title [TD::Types::String] Title of the newly created supergroup. # @attr basic_group_id [Integer] The identifier of the original basic group. class MessageContent::ChatUpgradeFrom < MessageContent attribute :title, TD::Types::String attribute :basic_group_id, TD::Types::Coercible::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems