UsersShared

telegramium.bots.UsersShared
final case class UsersShared(requestId: Int, users: List[SharedUser])

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

Value parameters

requestId

Identifier of the request

users

Information about users shared with the bot.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product