Update GuidAction.cs
This commit is contained in:
parent
51d9faa807
commit
97e04f4162
@ -77,9 +77,5 @@ namespace TelegramBotBase.Experiments.ActionManager.Actions
|
||||
|
||||
|
||||
public async Task DoAction(UpdateResult ur, MessageResult mr) => await Action(_lastValue.Value, ur, mr);
|
||||
|
||||
|
||||
public static CallbackData GetCallback(string method, Guid guid) => new CallbackData(method, guid.ToString());
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user