Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 432 Bytes

ChatMemberLeft.md

File metadata and controls

20 lines (14 loc) · 432 Bytes

TelegramBotOpenapi::ChatMemberLeft

Properties

Name Type Description Notes
status String The member's status in the chat, always "left"
user User Information about the user

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::ChatMemberLeft.new(
  status: null,
  user: null
)