Adding Edited Features
- FormBase: adding Edited method - MessageClient: adding MessageEdit event - GroupForm: adding Edited method - DeviceSession: adding ChatTitle
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user