Class: TD::Types::ChatAdministrator
- Defined in:
- lib/tdlib/types/chat_administrator.rb
Overview
Contains information about a chat administrator.
Instance Attribute Summary collapse
-
#custom_title ⇒ TD::Types::String
Custom title of the administrator.
-
#is_owner ⇒ Boolean
True, if the user is the owner of the chat.
-
#user_id ⇒ Integer
User identifier of the administrator.
Method Summary
Methods inherited from Base
Instance Attribute Details
#custom_title ⇒ TD::Types::String
Custom title of the administrator.
7 8 9 |
# File 'lib/tdlib/types/chat_administrator.rb', line 7 def custom_title @custom_title end |
#is_owner ⇒ Boolean
True, if the user is the owner of the chat.
7 8 9 |
# File 'lib/tdlib/types/chat_administrator.rb', line 7 def is_owner @is_owner end |
#user_id ⇒ Integer
User identifier of the administrator.
7 8 9 |
# File 'lib/tdlib/types/chat_administrator.rb', line 7 def user_id @user_id end |