Sha256: 5959414e7751951711c1f2cee41b62ba939cac4e3df85d43f635a7d0805fd21f

Contents?: true

Size: 671 Bytes

Versions: 2

Compression:

Stored size: 671 Bytes

Contents

module TD::Types
  # The user is the owner of a chat and has all the administrator privileges.
  #
  # @attr custom_title [TD::Types::String] A custom title of the owner; 0-16 characters without emojis; applicable to
  #   supergroups only.
  # @attr is_anonymous [Boolean] True, if the creator isn't shown in the chat member list and sends messages
  #   anonymously; 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_anonymous, TD::Types::Bool
    attribute :is_member, TD::Types::Bool
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/chat_member_status/creator.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/chat_member_status/creator.rb