Sha256: 021712bc93dd9f6d632dcb6f070b4584bf8b0c1f55625663e506ac42e06a7d9c

Contents?: true

Size: 455 Bytes

Versions: 1

Compression:

Stored size: 455 Bytes

Contents

module TD::Types
  # The user is the owner of a chat and has all the administrator privileges.
  #
  # @attr custom_title [String] A custom title of the owner; 0-16 characters without emojis; applicable to supergroups
  #   only.
  # @attr is_member [Boolean] True, if the user is a member of the chat.
  class ChatMemberStatus::Creator < ChatMemberStatus
    attribute :custom_title, TD::Types::String
    attribute :is_member, TD::Types::Bool
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/chat_member_status/creator.rb