Class UsersShared

Constructors

Properties

Methods

Constructors

Properties

requestId: number

Identifier of the request

users: Collection<string, SharedUser>

Information about users shared with the bot.

Methods

  • Makes the class iterable, returning each SharedUser object.

    Returns IterableIterator<SharedUser, any, any>