| Name | Type | Description | Notes |
|---|---|---|---|
| request_id | Integer | Identifier of the request | |
| users | Array<SharedUser> | Information about users shared with the bot. |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::UsersShared.new(
request_id: null,
users: null
)