UsersShared

@Serializable
data class UsersShared(val requestId: Int, val users: List<SharedUser>)

This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button.

Api reference

Constructors

Link copied to clipboard
constructor(requestId: Int, users: List<SharedUser>)

Properties

Link copied to clipboard

Identifier of the request

Link copied to clipboard

Information about users shared with the bot.