AuthenticatedUser¶
-
class
appservice_framework.database.AuthenticatedUser(matrixid, auth_token, serviceid=None, nick=None)¶ Bases:
appservice_framework.database.UserA user that is authenticated with the AS for the service. These users are the only ones that can send and receive messages from the service.
Attributes Summary
auth_tokenidmatrixidnickroomsserviceidtypeAttributes Documentation
-
auth_token¶
-
id¶
-
matrixid¶
-
nick¶
-
rooms¶
-
serviceid¶
-
type¶
-