matteridge.events¶
Attributes¶
Classes¶
Attributes: |
|
Attributes: |
|
Attributes: |
|
str(object='') -> str |
|
Functions¶
|
Module Contents¶
- class matteridge.events.Post[source]¶
Bases:
mattermost_api_reference_client.models.Post
- Attributes:
id (Union[Unset, str]): create_at (Union[Unset, int]): The time in milliseconds a post was created update_at (Union[Unset, int]): The time in milliseconds a post was last updated delete_at (Union[Unset, int]): The time in milliseconds a post was deleted edit_at (Union[Unset, int]): user_id (Union[Unset, str]): channel_id (Union[Unset, str]): root_id (Union[Unset, str]): original_id (Union[Unset, str]): message (Union[Unset, str]): type (Union[Unset, str]): props (Union[Unset, PostProps]): hashtag (Union[Unset, str]): file_ids (Union[Unset, List[str]]): pending_post_id (Union[Unset, str]): metadata (Union[Unset, PostMetadata]): Additional information used to display a post.
- class matteridge.events.Reaction[source]¶
Bases:
mattermost_api_reference_client.models.Reaction
- Attributes:
user_id (Union[Unset, str]): The ID of the user that made this reaction post_id (Union[Unset, str]): The ID of the post to which this reaction was made emoji_name (Union[Unset, str]): The name of the emoji that was used for this reaction create_at (Union[Unset, int]): The time in milliseconds this reaction was made
- class matteridge.events.User[source]¶
Bases:
mattermost_api_reference_client.models.User
- Attributes:
id (Union[Unset, str]): create_at (Union[Unset, int]): The time in milliseconds a user was created update_at (Union[Unset, int]): The time in milliseconds a user was last updated delete_at (Union[Unset, int]): The time in milliseconds a user was deleted username (Union[Unset, str]): first_name (Union[Unset, str]): last_name (Union[Unset, str]): nickname (Union[Unset, str]): email (Union[Unset, str]): email_verified (Union[Unset, bool]): auth_service (Union[Unset, str]): roles (Union[Unset, str]): locale (Union[Unset, str]): notify_props (Union[Unset, UserNotifyProps]): props (Union[Unset, UserProps]): last_password_update (Union[Unset, int]): last_picture_update (Union[Unset, int]): failed_attempts (Union[Unset, int]): mfa_active (Union[Unset, bool]): timezone (Union[Unset, Timezone]): terms_of_service_id (Union[Unset, str]): ID of accepted terms of service, if any. This field is not present if
empty.
terms_of_service_create_at (Union[Unset, int]): The time in milliseconds the user accepted the terms of service
- class matteridge.events.EventType[source]¶
-
str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str
Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.
Initialize self. See help(type(self)) for accurate signature.
- class matteridge.events.Typing[source]¶
Bases:
MattermostEvent
- class matteridge.events.Posted[source]¶
Bases:
MattermostEvent
- class matteridge.events.ChannelViewed[source]¶
Bases:
MattermostEvent
- class matteridge.events.UserUpdated[source]¶
Bases:
MattermostEvent
- class matteridge.events.StatusChange[source]¶
Bases:
MattermostEvent
- class matteridge.events.PostEdited[source]¶
Bases:
MattermostEvent
- class matteridge.events.PostDeleted[source]¶
Bases:
MattermostEvent
- class matteridge.events.ReactionAdded[source]¶
Bases:
MattermostEvent
- class matteridge.events.ReactionRemoved[source]¶
Bases:
MattermostEvent
- class matteridge.events.DirectAdded[source]¶
Bases:
MattermostEvent
- class matteridge.events.ChannelCreated[source]¶
Bases:
MattermostEvent
- class matteridge.events.UserAdded[source]¶
Bases:
MattermostEvent