Sha256: 4a283cf885018d59b1d25f988caccbb3770d94d5ffd3ac921f62e171dde0b8a7

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

module TD::Types
  # A newly created basic group.
  #
  # @attr title [TD::Types::String] Title of the basic group.
  # @attr member_user_ids [Array<Integer>] User identifiers of members in the basic group.
  class MessageContent::BasicGroupChatCreate < MessageContent
    attribute :title, TD::Types::String
    attribute :member_user_ids, TD::Types::Array.of(TD::Types::Coercible::Integer)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/message_content/basic_group_chat_create.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/message_content/basic_group_chat_create.rb