Class: TD::Types::ChatMemberStatus::Creator
- Inherits:
-
TD::Types::ChatMemberStatus
- Object
- Dry::Struct
- Base
- TD::Types::ChatMemberStatus
- TD::Types::ChatMemberStatus::Creator
- Defined in:
- lib/tdlib/types/chat_member_status/creator.rb
Overview
The user is the owner of a chat and has all the administrator privileges.
Instance Attribute Summary collapse
-
#custom_title ⇒ TD::Types::String
A custom title of the owner; 0-16 characters without emojis; applicable to supergroups only.
-
#is_anonymous ⇒ Boolean
True, if the creator isn’t shown in the chat member list and sends messages anonymously; applicable to supergroups only.
-
#is_member ⇒ Boolean
True, if the user is a member of the chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#custom_title ⇒ TD::Types::String
A custom title of the owner; 0-16 characters without emojis; applicable to supergroups only.
9 10 11 |
# File 'lib/tdlib/types/chat_member_status/creator.rb', line 9 def custom_title @custom_title end |
#is_anonymous ⇒ Boolean
True, if the creator isn’t shown in the chat member list and sends messages anonymously; applicable to supergroups only.
9 10 11 |
# File 'lib/tdlib/types/chat_member_status/creator.rb', line 9 def is_anonymous @is_anonymous end |
#is_member ⇒ Boolean
True, if the user is a member of the chat.
9 10 11 |
# File 'lib/tdlib/types/chat_member_status/creator.rb', line 9 def is_member @is_member end |