Files
telegram-bot/modules/RichSiteSummary/UserUnsubscribe.cs
T

8 lines
136 B
C#
Raw Normal View History

2020-03-02 00:00:52 +04:00
using Telegram.Bot.Types;
2023-07-29 15:14:52 +03:00
namespace Kruzya.TelegramBot.RichSiteSummary;
public struct UserUnsubscribe
2020-03-02 00:00:52 +04:00
{
2023-07-29 15:14:52 +03:00
public ChatId ChatId;
2020-03-02 00:00:52 +04:00
}