Adding Edited Features

- FormBase: adding Edited method
- MessageClient: adding MessageEdit event
- GroupForm: adding Edited method
- DeviceSession: adding ChatTitle
This commit is contained in:
FlorianDahn
2020-04-02 12:37:53 +07:00
parent 519a6fe41c
commit 6a62d73fe0
5 changed files with 125 additions and 8 deletions
@@ -29,6 +29,11 @@ namespace TelegramBotBase.Sessions
/// </summary>
public long DeviceId { get; set; }
/// <summary>
/// Username of user or group
/// </summary>
public String ChatTitle { get; set; }
/// <summary>
/// When did any last action happend (message received or button clicked)
/// </summary>