Sha256: a2d71ba0e287a69a88908c30585a10c084e8d8b9473d2b56cafdc6bba7dd7885
Contents?: true
Size: 279 Bytes
Versions: 2
Compression:
Stored size: 279 Bytes
Contents
module TD::Types # The user is the creator of a chat and has all the administrator privileges. # # @attr is_member [Boolean] True, if the user is a member of the chat. class ChatMemberStatus::Creator < ChatMemberStatus attribute :is_member, TD::Types::Bool end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.1.0 | lib/tdlib/types/chat_member_status/creator.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/chat_member_status/creator.rb |