@@ -71,12 +71,12 @@ for uid, message in all_messages:
message.attachments
# To check all available keys
printmessage.keys()
print(message.keys())
# To check the whole object, just write
printmessage
print(message)
{
'headers':
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.