Name | Type | Description | Notes |
---|---|---|---|
status | String | The member's status in the chat, always "left" | |
user | User | Information about the user |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::ChatMemberLeft.new(
status: null,
user: null
)