talkomatic.py 0.1.2
An easy-to-use Python versatile wrapper for the Talkomatic Bot interface ensuring best practices for making bots, and handling the REST API.
 
Loading...
Searching...
No Matches
talkomatic.api.v1.me.UserSession Class Reference

Public Member Functions

"UserSession" get (cls)
 

Static Public Attributes

str username | None
 
str location | None
 
str user_id | None
 

Detailed Description

A class representing your current user session's information.

Args:
    is_signed_in (bool): Whether the user is signed in.
    username (str): The username of the user.
    location (str): The location of the user.
    user_id (str): The ID of the user.

Definition at line 7 of file me.py.

Member Function Documentation

◆ get()

"UserSession" talkomatic.api.v1.me.UserSession.get ( cls)

Definition at line 25 of file me.py.

Member Data Documentation

◆ location

str talkomatic.api.v1.me.UserSession.location | None
static

Definition at line 20 of file me.py.

◆ user_id

str talkomatic.api.v1.me.UserSession.user_id | None
static

Definition at line 21 of file me.py.

◆ username

str talkomatic.api.v1.me.UserSession.username | None
static

Definition at line 19 of file me.py.


The documentation for this class was generated from the following file: