Instance of the BaseRequester for handling HTTP requests.
Caches for all things needed.
The Manager instance associated with this Requester.
Clears the cache for the specified data type or all cached data.
The type of data to clear from the cache (e.g., "userInfo" or "userProfileInfo"). Defaults to "all". If "all" is specified, all cache entries are cleared.
The current instance of the Requester for method chaining.
Retrieves user info, utilizing cache if available.
Options for fetching user info.
Retrieves user profile info, utilizing cache if available.
Options for fetching user profile info.
Sends a message as an user from one of the saved tokens.
Options for sending the message.
Manages API requests and caching for user information.