Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 443 Bytes

File metadata and controls

20 lines (14 loc) · 443 Bytes

TelegramBotOpenapi::UsersShared

Properties

Name Type Description Notes
request_id Integer Identifier of the request
users Array<SharedUser> Information about users shared with the bot.

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::UsersShared.new(
  request_id: null,
  users: null
)