Reaction¶
-
class
github.Reaction.Reaction¶ This class represents Reactions. The reference can be found here https://docs.github.com/en/rest/reference/reactions
-
content¶ Type: string
-
created_at¶ Type: datetime.datetime
-
id¶ Type: integer
-
user¶ Type: github.NamedUser.NamedUser
-
delete()¶ Calls: DELETE /reactions/{id} Return type: None
-