Skip to content

Content types - Part 1

Dan Chapman requested to merge content-types into master

This is the start of implementing the remaining message content types. I'm going to create MR's in multiple parts as this one is getting too big now (sorry about that)

Changes made:

  1. Seperated QTdMessageContent subclass's into there own files in messages/content/* as it was getting a bit much having them all in one file.
  2. Implemented QTdMessageBasicGroup - info on basic group creation
  3. Implemented QTdMessageCall - info on a call duration and discard reason
  4. Implemented QTdMessageChatAddMembers - info on members being added to a chat
  5. Implemented QTdMessageChatChangePhoto and QTMessageChatChangeTitle - info about photo or title changes
  6. Implemented QTdMessageChatDeleteMember and QTdMessageChatDeletePhoto - info about photo or member deletion
Edited by Dan Chapman

Merge request reports