Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 562 Bytes

File metadata and controls

22 lines (16 loc) · 562 Bytes

TelegramBotOpenapi::InaccessibleMessage

Properties

Name Type Description Notes
chat Chat Chat the message belonged to
message_id Integer Unique message identifier inside the chat
date Integer Always 0. The field can be used to differentiate regular and inaccessible messages.

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::InaccessibleMessage.new(
  chat: null,
  message_id: null,
  date: null
)