diff options
| author | levlam <levlam@telegram.org> | 2019-04-09 17:33:27 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2019-04-09 17:33:27 +0300 |
| commit | 47d8d3223a3432c2731fa92be3acd4cf4b047164 (patch) | |
| tree | c059df0c34370b132b9b3542fe2ef217a20ffc80 /td/telegram/NotificationType.h | |
| parent | b448160ad601b46bdebe8f76203d134795e3d31a (diff) | |
Add photo and caption to pushMessageContentPhoto.
GitOrigin-RevId: 66a0cd47bf2dc7e8cba2f0d6d3a68151df2be20c
Diffstat (limited to 'td/telegram/NotificationType.h')
| -rw-r--r-- | td/telegram/NotificationType.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/td/telegram/NotificationType.h b/td/telegram/NotificationType.h index cbf94d84d..792bd6206 100644 --- a/td/telegram/NotificationType.h +++ b/td/telegram/NotificationType.h @@ -9,6 +9,7 @@ #include "td/telegram/CallId.h" #include "td/telegram/DialogId.h" #include "td/telegram/MessageId.h" +#include "td/telegram/Photo.h" #include "td/telegram/td_api.h" #include "td/telegram/UserId.h" @@ -62,6 +63,6 @@ unique_ptr<NotificationType> create_new_secret_chat_notification(); unique_ptr<NotificationType> create_new_call_notification(CallId call_id); unique_ptr<NotificationType> create_new_push_message_notification(UserId sender_user_id, MessageId message_id, - string key, string arg); + string key, string arg, Photo photo); } // namespace td |
