Name | Type | Description | Notes |
---|---|---|---|
status | String | The member's status in the chat, always "creator" | |
user | User | Information about the user | |
is_anonymous | Boolean | True, if the user's presence in the chat is hidden | |
custom_title | String | Optional. Custom title for this user | [optional] |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::ChatMemberOwner.new(
status: null,
user: null,
is_anonymous: null,
custom_title: null
)