githubapp.events.issue_comment
Class to represents the Github Issue Comment events
Module Contents
Classes
This class represents an event when a comment in an Issue is created. |
|
This class represents an event when a comment in an Issue is deleted. |
|
This class represents an event when a comment in an Issue is edited. |
|
This class represents a generic issue comment event. |
API
- class githubapp.events.issue_comment.IssueCommentCreatedEvent(issue: dict[str, str], issue_comment: dict[str, str], **kwargs)
Bases:
githubapp.events.issue_comment.IssueCommentEventThis class represents an event when a comment in an Issue is created.
Initialization
- event_identifier
None
- class githubapp.events.issue_comment.IssueCommentDeletedEvent(issue: dict[str, str], issue_comment: dict[str, str], **kwargs)
Bases:
githubapp.events.issue_comment.IssueCommentEventThis class represents an event when a comment in an Issue is deleted.
Initialization
- event_identifier
None
- class githubapp.events.issue_comment.IssueCommentEditedEvent(changes: dict[str, str], **kwargs)
Bases:
githubapp.events.issue_comment.IssueCommentEventThis class represents an event when a comment in an Issue is edited.
Initialization
- event_identifier
None
- class githubapp.events.issue_comment.IssueCommentEvent(issue: dict[str, str], issue_comment: dict[str, str], **kwargs)
Bases:
githubapp.events.event.EventThis class represents a generic issue comment event.
Initialization
- event_identifier
None