SYMBOL INDEX (1912 symbols across 685 files) FILE: src/examples/BotTemplate/MyBot.cs class MyBot (line 15) | public sealed class MyBot : SimpleUpdateHandlerBase method MyBot (line 20) | public MyBot() method OnUpdate (line 26) | public override void OnUpdate(Update update) method OnMessage (line 36) | protected override void OnMessage(Message message) method OnCommand (line 76) | protected override void OnCommand(Message message, string cmd, string ... method OnException (line 89) | protected override void OnException(Exception exp) FILE: src/examples/HelloBotNET.AppService/Services/HelloBot.CommandHandler.cs class HelloBot (line 14) | public partial class HelloBot method OnCommand (line 16) | protected override void OnCommand(Message message, string commandName,... FILE: src/examples/HelloBotNET.AppService/Services/HelloBot.ErrorHandler.cs class HelloBot (line 12) | public partial class HelloBot method OnBotException (line 14) | protected override void OnBotException(BotRequestException exp) => method OnException (line 17) | protected override void OnException(Exception exp) => FILE: src/examples/HelloBotNET.AppService/Services/HelloBot.MessageHandler.cs class HelloBot (line 13) | public partial class HelloBot method OnMessage (line 15) | protected override void OnMessage(Message message) FILE: src/examples/HelloBotNET.AppService/Services/HelloBot.UpdateHandler.cs class HelloBot (line 13) | public partial class HelloBot method OnUpdate (line 15) | public override void OnUpdate(Update update) FILE: src/examples/HelloBotNET.AppService/Services/HelloBot.cs class HelloBot (line 14) | public partial class HelloBot : SimpleUpdateHandlerBase method HelloBot (line 18) | public HelloBot(ILogger logger, IConfiguration configuration) FILE: src/examples/HelloBotNET.AppService/Worker.cs class Worker (line 10) | public class Worker(ILogger logger, HelloBot bot) : BackgroundSe... method ExecuteAsync (line 12) | protected override async Task ExecuteAsync(CancellationToken stoppingT... method ProcessUpdate (line 41) | private void ProcessUpdate(Update update) => bot.OnUpdate(update); method StopAsync (line 43) | public override Task StopAsync(CancellationToken cancellationToken) FILE: src/examples/HelloBotNET.Webhook/Controllers/BotController.cs class BotController (line 10) | [ApiController] method BotController (line 18) | public BotController(ILogger logger, IConfiguration con... method PostAsync (line 25) | [HttpPost] FILE: src/examples/HelloBotNET.Webhook/Extensions/ApplicationBuilderExtensions.cs class ApplicationBuilderExtensions (line 14) | public static class ApplicationBuilderExtensions method UseTelegramWebhook (line 22) | public static IApplicationBuilder UseTelegramWebhook(this IApplication... FILE: src/examples/HelloBotNET.Webhook/Services/HelloBot.CommandHandler.cs class HelloBot (line 14) | public partial class HelloBot method OnCommand (line 16) | protected override void OnCommand(Message message, string commandName,... FILE: src/examples/HelloBotNET.Webhook/Services/HelloBot.ErrorHandler.cs class HelloBot (line 12) | public partial class HelloBot method OnBotException (line 14) | protected override void OnBotException(BotRequestException exp) => method OnException (line 17) | protected override void OnException(Exception exp) => FILE: src/examples/HelloBotNET.Webhook/Services/HelloBot.MessageHandler.cs class HelloBot (line 13) | public partial class HelloBot method OnMessage (line 15) | protected override void OnMessage(Message message) FILE: src/examples/HelloBotNET.Webhook/Services/HelloBot.UpdateHandler.cs class HelloBot (line 13) | public partial class HelloBot method OnUpdate (line 15) | public override void OnUpdate(Update update) FILE: src/examples/HelloBotNET.Webhook/Services/HelloBot.cs class HelloBot (line 14) | public partial class HelloBot : SimpleUpdateHandlerBase method HelloBot (line 18) | public HelloBot(ILogger logger, IConfiguration configuration) FILE: src/examples/Telegram Calendar/Calendar.cs class Calendar (line 9) | public static class Calendar method New (line 11) | public static IKB[][] New(DateTime dateTime) method New (line 33) | public static IKB[][] New(Month mon) method New (line 87) | public static IKB[][] New(uint year) FILE: src/examples/Telegram Calendar/CalendarBot.cs class CalendarBot (line 14) | public sealed class CalendarBot : SimpleUpdateHandlerBase method OnMessage (line 18) | protected override void OnMessage(Message message) method OnCallbackQuery (line 35) | protected override void OnCallbackQuery(CallbackQuery query) method OnException (line 68) | protected override void OnException(Exception exp) FILE: src/examples/Telegram Calendar/Models/Day.cs class Day (line 8) | public sealed class Day(DayOfWeek name, ushort number) FILE: src/examples/Telegram Calendar/Models/Month.cs class Month (line 8) | public sealed class Month method Month (line 10) | public Month(MonthName monthName, uint year) FILE: src/examples/Telegram Calendar/Models/MonthName.cs type MonthName (line 6) | public enum MonthName FILE: src/library/Telegram.BotAPI.Extensions/Builders/AppendButtonOptions.cs type AppendButtonOptions (line 8) | public record AppendButtonOptions(string? IconCustomEmojiId = null, stri... FILE: src/library/Telegram.BotAPI.Extensions/Builders/InlineKeyboardBuilder.cs class InlineKeyboardBuilder (line 12) | public sealed class InlineKeyboardBuilder( method AppendUrl (line 23) | public InlineKeyboardBuilder AppendUrl( method AppendCallbackData (line 36) | public InlineKeyboardBuilder AppendCallbackData( method AppendWebApp (line 49) | public InlineKeyboardBuilder AppendWebApp( method AppendWebApp (line 62) | public InlineKeyboardBuilder AppendWebApp( method AppendLoginUrl (line 75) | public InlineKeyboardBuilder AppendLoginUrl( method AppendLoginUrl (line 88) | public InlineKeyboardBuilder AppendLoginUrl( method AppendSwitchInlineQuery (line 101) | public InlineKeyboardBuilder AppendSwitchInlineQuery( method AppendSwitchInlineQueryCurrentChat (line 114) | public InlineKeyboardBuilder AppendSwitchInlineQueryCurrentChat( method AppendSwitchInlineQueryChosenChat (line 134) | public InlineKeyboardBuilder AppendSwitchInlineQueryChosenChat( method AppendCopyText (line 151) | public InlineKeyboardBuilder AppendCopyText( method AppendCallbackGame (line 163) | public InlineKeyboardBuilder AppendCallbackGame( method AppendPay (line 177) | public InlineKeyboardBuilder AppendPay(string text, AppendButtonOption... method Append (line 180) | private InlineKeyboardBuilder Append(InlineKeyboardButton button, Appe... FILE: src/library/Telegram.BotAPI.Extensions/Builders/KeyboardBuilderBase.cs class KeyboardBuilderBase (line 13) | public abstract class KeyboardBuilderBase : IEnumerab... method KeyboardBuilderBase (line 19) | protected KeyboardBuilderBase(IEnumerable>? keybo... method Append (line 30) | public TBuilder Append(TButton button) method AppendRow (line 46) | public TBuilder AppendRow() method GetEnumerator (line 56) | IEnumerator> IEnumerable>.Ge... method GetEnumerator (line 59) | IEnumerator IEnumerable.GetEnumerator() => this.rows.GetEnumerator(); FILE: src/library/Telegram.BotAPI.Extensions/Builders/ReplyKeyboardBuilder.cs class ReplyKeyboardBuilder (line 11) | public sealed class ReplyKeyboardBuilder(IEnumerable this.cmdBotUserNa... method OnUpdate (line 23) | public virtual void OnUpdate(Update update) method OnUpdateAsync (line 123) | public virtual async Task OnUpdateAsync( method OnMessage (line 263) | protected virtual void OnMessage(Message message) method OnMessageAsync (line 292) | protected virtual Task OnMessageAsync( method OnEditedMessage (line 330) | protected virtual void OnEditedMessage(Message message) => method OnEditedMessageAsync (line 339) | protected virtual Task OnEditedMessageAsync( method OnChannelPost (line 348) | protected virtual void OnChannelPost(Message message) => method OnChannelPostAsync (line 357) | protected virtual Task OnChannelPostAsync( method OnEditedChannelPost (line 366) | protected virtual void OnEditedChannelPost(Message message) => method OnEditedChannelPostAsync (line 375) | protected virtual Task OnEditedChannelPostAsync( method OnBusinessConnectionAsync (line 386) | protected virtual Task OnBusinessConnectionAsync( method OnBusinessConnection (line 395) | protected virtual void OnBusinessConnection(BusinessConnection busines... method OnBusinessMessageAsync (line 404) | protected virtual Task OnBusinessMessageAsync( method OnBusinessMessage (line 413) | protected virtual void OnBusinessMessage(Message businessMessage) => method OnEditedBusinessMessageAsync (line 422) | protected virtual Task OnEditedBusinessMessageAsync( method OnEditedBusinessMessage (line 431) | protected virtual void OnEditedBusinessMessage(Message editedBusinessM... method OnDeletedBusinessMessagesAsync (line 440) | protected virtual Task OnDeletedBusinessMessagesAsync( method OnDeletedBusinessMessages (line 449) | protected virtual void OnDeletedBusinessMessages( method OnMessageReaction (line 457) | protected virtual void OnMessageReaction(MessageReactionUpdated messag... method OnMessageReactionAsync (line 466) | protected virtual Task OnMessageReactionAsync( method OnMessageReactionCount (line 476) | protected virtual void OnMessageReactionCount( method OnMessageReactionCountAsync (line 486) | protected virtual Task OnMessageReactionCountAsync( method OnInlineQuery (line 495) | protected virtual void OnInlineQuery(InlineQuery inlineQuery) => method OnInlineQueryAsync (line 504) | protected virtual Task OnInlineQueryAsync( method OnChosenInlineResult (line 514) | protected virtual void OnChosenInlineResult(ChosenInlineResult chosenI... method OnChosenInlineResultAsync (line 523) | protected virtual Task OnChosenInlineResultAsync( method OnCallbackQuery (line 532) | protected virtual void OnCallbackQuery(CallbackQuery callbackQuery) => method OnCallbackQueryAsync (line 541) | protected virtual Task OnCallbackQueryAsync( method OnShippingQuery (line 550) | protected virtual void OnShippingQuery(ShippingQuery shippingQuery) => method OnShippingQueryAsync (line 559) | protected virtual Task OnShippingQueryAsync( method OnPreCheckoutQuery (line 568) | protected virtual void OnPreCheckoutQuery(PreCheckoutQuery preCheckout... method OnPreCheckoutQueryAsync (line 577) | protected virtual Task OnPreCheckoutQueryAsync( method OnPurchasedPaidMedia (line 586) | protected virtual void OnPurchasedPaidMedia(PaidMediaPurchased purchas... method OnPurchasedPaidMediaAsync (line 595) | protected virtual Task OnPurchasedPaidMediaAsync( method OnPoll (line 604) | protected virtual void OnPoll(Poll poll) => this.OnPollAsync(poll).Wai... method OnPollAsync (line 612) | protected virtual Task OnPollAsync(Poll poll, CancellationToken cancel... method OnPollAnswer (line 619) | protected virtual void OnPollAnswer(PollAnswer pollAnswer) => method OnPollAnswerAsync (line 628) | protected virtual Task OnPollAnswerAsync( method OnMyChatMember (line 637) | protected virtual void OnMyChatMember(ChatMemberUpdated myChatMember) => method OnMyChatMemberAsync (line 646) | protected virtual Task OnMyChatMemberAsync( method OnChatMember (line 655) | protected virtual void OnChatMember(ChatMemberUpdated chatMember) => method OnChatMemberAsync (line 664) | protected virtual Task OnChatMemberAsync( method OnChatJoinRequest (line 674) | protected virtual void OnChatJoinRequest(ChatJoinRequest chatJoinReque... method OnChatJoinRequestAsync (line 683) | protected virtual Task OnChatJoinRequestAsync( method OnChatBoost (line 692) | protected virtual void OnChatBoost(ChatBoostUpdated chatBoost) => method OnChatBoostAsync (line 701) | protected virtual Task OnChatBoostAsync( method OnRemovedChatBoost (line 710) | protected virtual void OnRemovedChatBoost(ChatBoostRemoved removedChat... method OnRemovedChatBoostAsync (line 719) | protected virtual Task OnRemovedChatBoostAsync( method OnCommand (line 732) | protected virtual void OnCommand(Message message, string commandName, ... method OnCommandAsync (line 742) | protected virtual Task OnCommandAsync( method OnException (line 753) | protected virtual void OnException(Exception exp) => this.OnExceptionA... method OnExceptionAsync (line 760) | protected virtual Task OnExceptionAsync( FILE: src/library/Telegram.BotAPI.Extensions/TelegramBotClientExtensions.cs class TelegramBotClientExtensions (line 12) | public static class TelegramBotClientExtensions method BuildFileDownloadLink (line 21) | public static string? BuildFileDownloadLink(this ITelegramBotClient cl... method BuildFileDownloadLink (line 31) | public static string BuildFileDownloadLink(this ITelegramBotClient cli... method BuildFileDownloadUri (line 58) | public static Uri? BuildFileDownloadUri(this ITelegramBotClient client... method BuildFileDownloadUri (line 70) | public static Uri BuildFileDownloadUri(this ITelegramBotClient client,... FILE: src/library/Telegram.BotAPI.Extensions/UpdateExtensions.cs class UpdateExtensions (line 13) | public static class UpdateExtensions method GetUpdateType (line 22) | public static string GetUpdateType(this Update update) FILE: src/library/Telegram.BotAPI/Abstractions/ITelegramBot.cs type ITelegramBot (line 12) | [Obsolete( method OnUpdate (line 21) | void OnUpdate(Update update); method OnUpdateAsync (line 30) | Task OnUpdateAsync(Update update, CancellationToken cancellationToken ... FILE: src/library/Telegram.BotAPI/Abstractions/ITelegramBotClient.cs type ITelegramBotClient (line 12) | public interface ITelegramBotClient method CallMethod (line 30) | TResult CallMethod(string method, object? args = null); method CallMethodAsync (line 45) | Task CallMethodAsync( method CallMethodDirect (line 62) | BotResponse CallMethodDirect(string method, object? ... method CallMethodDirectAsync (line 77) | Task> CallMethodDirectAsync( FILE: src/library/Telegram.BotAPI/Abstractions/SendAttachedFilesArgsBase.cs class AttachedFilesArgsBase (line 11) | public abstract class AttachedFilesArgsBase FILE: src/library/Telegram.BotAPI/AvailableMethods/Args/AnswerCallbackQueryArgs.cs class AnswerCallbackQueryArgs (line 12) | public class AnswerCallbackQueryArgs method AnswerCallbackQueryArgs (line 18) | public AnswerCallbackQueryArgs(string callbackQueryId) FILE: src/library/Telegram.BotAPI/AvailableMethods/Args/AnswerGuestQueryArgs.cs class AnswerGuestQueryArgs (line 12) | public class AnswerGuestQueryArgs method AnswerGuestQueryArgs (line 19) | public AnswerGuestQueryArgs(string guestQueryId, InlineQueryResult res... FILE: src/library/Telegram.BotAPI/AvailableMethods/Args/AnswerWebAppQueryArgs.cs class AnswerWebAppQueryArgs (line 12) | public class AnswerWebAppQueryArgs method AnswerWebAppQueryArgs (line 19) | public AnswerWebAppQueryArgs(string webAppQueryId, InlineQueryResult r... FILE: src/library/Telegram.BotAPI/AvailableMethods/Args/CopyMessageArgs.cs class CopyMessageArgs (line 12) | public class CopyMessageArgs method CopyMessageArgs (line 20) | public CopyMessageArgs(long chatId, long fromChatId, int messageId) method CopyMessageArgs (line 33) | public CopyMessageArgs(long chatId, string fromChatId, int messageId) method CopyMessageArgs (line 46) | public CopyMessageArgs(string chatId, long fromChatId, int messageId) method CopyMessageArgs (line 59) | public CopyMessageArgs(string chatId, string fromChatId, int messageId) FILE: src/library/Telegram.BotAPI/AvailableMethods/Args/CopyMessagesArgs.cs class CopyMessagesArgs (line 10) | public class CopyMessagesArgs method CopyMessagesArgs (line 18) | public CopyMessagesArgs(long chatId, long fromChatId, IEnumerable... method CopyMessagesArgs (line 31) | public CopyMessagesArgs(long chatId, string fromChatId, IEnumerable me... method SendMediaGroupArgs (line 30) | public SendMediaGroupArgs(long chatId, IEnumerable... method SendMediaGroupArgs (line 41) | public SendMediaGroupArgs(long chatId, IEnumerable me... method SendMediaGroupArgs (line 63) | public SendMediaGroupArgs(long chatId, IEnumerable me... method SendMediaGroupArgs (line 74) | public SendMediaGroupArgs(string chatId, IEnumerable ... method SendMediaGroupArgs (line 85) | public SendMediaGroupArgs(string chatId, IEnumerable ... method SendMediaGroupArgs (line 118) | public SendMediaGroupArgs(string chatId, IEnumerable ... FILE: src/library/Telegram.BotAPI/AvailableMethods/Args/SendMessageArgs.cs class SendMessageArgs (line 12) | public class SendMessageArgs method SendMessageArgs (line 19) | public SendMessageArgs(long chatId, string text) method SendMessageArgs (line 30) | public SendMessageArgs(string chatId, string text) FILE: src/library/Telegram.BotAPI/AvailableMethods/Args/SendMessageDraftArgs.cs class SendMessageDraftArgs (line 12) | public class SendMessageDraftArgs method SendMessageDraftArgs (line 19) | public SendMessageDraftArgs(long chatId, int draftId) FILE: src/library/Telegram.BotAPI/AvailableMethods/Args/SendPaidMediaArgs.cs class SendPaidMediaArgs (line 12) | public class SendPaidMediaArgs : AttachedFilesArgsBase method SendPaidMediaArgs (line 20) | public SendPaidMediaArgs(long chatId, int starCount, IEnumerable commands) FILE: src/library/Telegram.BotAPI/AvailableMethods/Args/SetMyDefaultAdministratorRightsArgs.cs class SetMyDefaultAdministratorRightsArgs (line 12) | public class SetMyDefaultAdministratorRightsArgs FILE: src/library/Telegram.BotAPI/AvailableMethods/Args/SetMyProfilePhotoArgs.cs class SetMyProfilePhotoArgs (line 12) | public class SetMyProfilePhotoArgs : AttachedFilesArgsBase method SetMyProfilePhotoArgs (line 18) | public SetMyProfilePhotoArgs(InputProfilePhoto photo) FILE: src/library/Telegram.BotAPI/AvailableMethods/answerCallbackQuery.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method AnswerCallbackQuery (line 22) | public static bool AnswerCallbackQuery( method AnswerCallbackQueryAsync (line 36) | public static Task AnswerCallbackQueryAsync( method AnswerCallbackQuery (line 66) | public static bool AnswerCallbackQuery( method AnswerCallbackQueryAsync (line 92) | public static Task AnswerCallbackQueryAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/answerGuestQuery.cs class AvailableMethodsExtensions (line 13) | public static partial class AvailableMethodsExtensions method AnswerGuestQuery (line 23) | public static SentGuestMessage AnswerGuestQuery( method AnswerGuestQueryAsync (line 37) | public static Task AnswerGuestQueryAsync( method AnswerGuestQuery (line 64) | public static SentGuestMessage AnswerGuestQuery( method AnswerGuestQueryAsync (line 80) | public static Task AnswerGuestQueryAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/answerWebAppQuery.cs class AvailableMethodsExtensions (line 13) | public static partial class AvailableMethodsExtensions method AnswerWebAppQuery (line 23) | public static SentWebAppMessage AnswerWebAppQuery( method AnswerWebAppQueryAsync (line 37) | public static Task AnswerWebAppQueryAsync( method AnswerWebAppQuery (line 64) | public static SentWebAppMessage AnswerWebAppQuery( method AnswerWebAppQueryAsync (line 80) | public static Task AnswerWebAppQueryAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/approveChatJoinRequest.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method ApproveChatJoinRequest (line 21) | public static bool ApproveChatJoinRequest( method ApproveChatJoinRequestAsync (line 37) | public static Task ApproveChatJoinRequestAsync( method ApproveChatJoinRequest (line 71) | public static bool ApproveChatJoinRequest( method ApproveChatJoinRequestAsync (line 87) | public static Task ApproveChatJoinRequestAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/banChatMember.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method BanChatMember (line 23) | public static bool BanChatMember( method BanChatMemberAsync (line 47) | public static Task BanChatMemberAsync( method BanChatMember (line 89) | public static bool BanChatMember( method BanChatMemberAsync (line 113) | public static Task BanChatMemberAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/banChatSenderChat.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method BanChatSenderChat (line 21) | public static bool BanChatSenderChat( method BanChatSenderChatAsync (line 37) | public static Task BanChatSenderChatAsync( method BanChatSenderChat (line 67) | public static bool BanChatSenderChat( method BanChatSenderChatAsync (line 83) | public static Task BanChatSenderChatAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/close.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method Close (line 19) | public static bool Close(this ITelegramBotClient client) => method CloseAsync (line 30) | public static Task CloseAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/closeForumTopic.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method CloseForumTopic (line 21) | public static bool CloseForumTopic( method CloseForumTopicAsync (line 37) | public static Task CloseForumTopicAsync( method CloseForumTopic (line 67) | public static bool CloseForumTopic( method CloseForumTopicAsync (line 83) | public static Task CloseForumTopicAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/closeGeneralForumTopic.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method CloseGeneralForumTopic (line 20) | public static bool CloseGeneralForumTopic(this ITelegramBotClient clie... method CloseGeneralForumTopicAsync (line 32) | public static Task CloseGeneralForumTopicAsync( method CloseGeneralForumTopic (line 60) | public static bool CloseGeneralForumTopic(this ITelegramBotClient clie... method CloseGeneralForumTopicAsync (line 72) | public static Task CloseGeneralForumTopicAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/convertGiftToStars.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method ConvertGiftToStars (line 21) | public static bool ConvertGiftToStars( method ConvertGiftToStarsAsync (line 37) | public static Task ConvertGiftToStarsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/copyMessage.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method CopyMessage (line 22) | public static MessageId CopyMessage(this ITelegramBotClient client, Co... method CopyMessageAsync (line 34) | public static Task CopyMessageAsync( method CopyMessage (line 72) | public static MessageId CopyMessage( method CopyMessageAsync (line 140) | public static Task CopyMessageAsync( method CopyMessage (line 257) | public static MessageId CopyMessage( method CopyMessageAsync (line 325) | public static Task CopyMessageAsync( method CopyMessage (line 445) | public static MessageId CopyMessage( method CopyMessageAsync (line 513) | public static Task CopyMessageAsync( method CopyMessage (line 630) | public static MessageId CopyMessage( method CopyMessageAsync (line 698) | public static Task CopyMessageAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/copyMessages.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method CopyMessages (line 22) | public static IEnumerable CopyMessages( method CopyMessagesAsync (line 36) | public static Task> CopyMessagesAsync( method CopyMessages (line 69) | public static IEnumerable CopyMessages( method CopyMessagesAsync (line 110) | public static Task> CopyMessagesAsync( method CopyMessages (line 180) | public static IEnumerable CopyMessages( method CopyMessagesAsync (line 221) | public static Task> CopyMessagesAsync( method CopyMessages (line 294) | public static IEnumerable CopyMessages( method CopyMessagesAsync (line 335) | public static Task> CopyMessagesAsync( method CopyMessages (line 405) | public static IEnumerable CopyMessages( method CopyMessagesAsync (line 446) | public static Task> CopyMessagesAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/createChatInviteLink.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method CreateChatInviteLink (line 22) | public static ChatInviteLink CreateChatInviteLink( method CreateChatInviteLinkAsync (line 36) | public static Task CreateChatInviteLinkAsync( method CreateChatInviteLink (line 66) | public static ChatInviteLink CreateChatInviteLink( method CreateChatInviteLinkAsync (line 92) | public static Task CreateChatInviteLinkAsync( method CreateChatInviteLink (line 144) | public static ChatInviteLink CreateChatInviteLink( method CreateChatInviteLinkAsync (line 170) | public static Task CreateChatInviteLinkAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/createChatSubscriptionInviteLink.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method CreateChatSubscriptionInviteLink (line 25) | public static ChatInviteLink CreateChatSubscriptionInviteLink( method CreateChatSubscriptionInviteLinkAsync (line 54) | public static Task CreateChatSubscriptionInviteLinkAsync( method CreateChatSubscriptionInviteLink (line 97) | public static ChatInviteLink CreateChatSubscriptionInviteLink( method CreateChatSubscriptionInviteLinkAsync (line 126) | public static Task CreateChatSubscriptionInviteLinkAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/createForumTopic.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method CreateForumTopic (line 25) | public static ForumTopic CreateForumTopic( method CreateForumTopicAsync (line 49) | public static Task CreateForumTopicAsync( method CreateForumTopic (line 95) | public static ForumTopic CreateForumTopic( method CreateForumTopicAsync (line 119) | public static Task CreateForumTopicAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/declineChatJoinRequest.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method DeclineChatJoinRequest (line 21) | public static bool DeclineChatJoinRequest( method DeclineChatJoinRequestAsync (line 37) | public static Task DeclineChatJoinRequestAsync( method DeclineChatJoinRequest (line 71) | public static bool DeclineChatJoinRequest( method DeclineChatJoinRequestAsync (line 87) | public static Task DeclineChatJoinRequestAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/deleteBusinessMessages.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method DeleteBusinessMessages (line 20) | public static bool DeleteBusinessMessages( method DeleteBusinessMessagesAsync (line 34) | public static Task DeleteBusinessMessagesAsync( method DeleteBusinessMessages (line 61) | public static bool DeleteBusinessMessages( method DeleteBusinessMessagesAsync (line 81) | public static Task DeleteBusinessMessagesAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/deleteChatPhoto.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method DeleteChatPhoto (line 20) | public static bool DeleteChatPhoto(this ITelegramBotClient client, lon... method DeleteChatPhotoAsync (line 32) | public static Task DeleteChatPhotoAsync( method DeleteChatPhoto (line 56) | public static bool DeleteChatPhoto(this ITelegramBotClient client, str... method DeleteChatPhotoAsync (line 68) | public static Task DeleteChatPhotoAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/deleteChatStickerSet.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method DeleteChatStickerSet (line 20) | public static bool DeleteChatStickerSet(this ITelegramBotClient client... method DeleteChatStickerSetAsync (line 32) | public static Task DeleteChatStickerSetAsync( method DeleteChatStickerSet (line 60) | public static bool DeleteChatStickerSet(this ITelegramBotClient client... method DeleteChatStickerSetAsync (line 72) | public static Task DeleteChatStickerSetAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/deleteForumTopic.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method DeleteForumTopic (line 21) | public static bool DeleteForumTopic( method DeleteForumTopicAsync (line 37) | public static Task DeleteForumTopicAsync( method DeleteForumTopic (line 67) | public static bool DeleteForumTopic( method DeleteForumTopicAsync (line 83) | public static Task DeleteForumTopicAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/deleteMyCommands.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method DeleteMyCommands (line 22) | public static bool DeleteMyCommands( method DeleteMyCommandsAsync (line 36) | public static Task DeleteMyCommandsAsync( method DeleteMyCommands (line 59) | public static bool DeleteMyCommands( method DeleteMyCommandsAsync (line 75) | public static Task DeleteMyCommandsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/deleteStory.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method DeleteStory (line 21) | public static bool DeleteStory( method DeleteStoryAsync (line 37) | public static Task DeleteStoryAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/editChatInviteLink.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method EditChatInviteLink (line 22) | public static ChatInviteLink EditChatInviteLink( method EditChatInviteLinkAsync (line 36) | public static Task EditChatInviteLinkAsync( method EditChatInviteLink (line 67) | public static ChatInviteLink EditChatInviteLink( method EditChatInviteLinkAsync (line 102) | public static Task EditChatInviteLinkAsync( method EditChatInviteLink (line 163) | public static ChatInviteLink EditChatInviteLink( method EditChatInviteLinkAsync (line 198) | public static Task EditChatInviteLinkAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/editChatSubscriptionInviteLink.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method EditChatSubscriptionInviteLink (line 24) | public static ChatInviteLink EditChatSubscriptionInviteLink( method EditChatSubscriptionInviteLinkAsync (line 46) | public static Task EditChatSubscriptionInviteLinkAsync( method EditChatSubscriptionInviteLink (line 89) | public static ChatInviteLink EditChatSubscriptionInviteLink( method EditChatSubscriptionInviteLinkAsync (line 111) | public static Task EditChatSubscriptionInviteLinkAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/editForumTopic.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method EditForumTopic (line 23) | public static bool EditForumTopic( method EditForumTopicAsync (line 47) | public static Task EditForumTopicAsync( method EditForumTopic (line 89) | public static bool EditForumTopic( method EditForumTopicAsync (line 113) | public static Task EditForumTopicAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/editGeneralForumTopic.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method EditGeneralForumTopic (line 21) | public static bool EditGeneralForumTopic( method EditGeneralForumTopicAsync (line 37) | public static Task EditGeneralForumTopicAsync( method EditGeneralForumTopic (line 71) | public static bool EditGeneralForumTopic( method EditGeneralForumTopicAsync (line 87) | public static Task EditGeneralForumTopicAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/editStory.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method EditStory (line 22) | public static Story EditStory(this ITelegramBotClient client, EditStor... method EditStoryAsync (line 34) | public static Task EditStoryAsync( method EditStory (line 62) | public static Story EditStory( method EditStoryAsync (line 100) | public static Task EditStoryAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/exportChatInviteLink.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method ExportChatInviteLink (line 20) | public static string ExportChatInviteLink(this ITelegramBotClient clie... method ExportChatInviteLinkAsync (line 32) | public static Task ExportChatInviteLinkAsync( method ExportChatInviteLink (line 60) | public static string ExportChatInviteLink(this ITelegramBotClient clie... method ExportChatInviteLinkAsync (line 72) | public static Task ExportChatInviteLinkAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/forwardMessage.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method ForwardMessage (line 22) | public static Message ForwardMessage(this ITelegramBotClient client, F... method ForwardMessageAsync (line 34) | public static Task ForwardMessageAsync( method ForwardMessage (line 65) | public static Message ForwardMessage( method ForwardMessageAsync (line 112) | public static Task ForwardMessageAsync( method ForwardMessage (line 187) | public static Message ForwardMessage( method ForwardMessageAsync (line 234) | public static Task ForwardMessageAsync( method ForwardMessage (line 312) | public static Message ForwardMessage( method ForwardMessageAsync (line 359) | public static Task ForwardMessageAsync( method ForwardMessage (line 434) | public static Message ForwardMessage( method ForwardMessageAsync (line 481) | public static Task ForwardMessageAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/forwardMessages.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method ForwardMessages (line 22) | public static IEnumerable ForwardMessages( method ForwardMessagesAsync (line 36) | public static Task> ForwardMessagesAsync( method ForwardMessages (line 68) | public static IEnumerable ForwardMessages( method ForwardMessagesAsync (line 106) | public static Task> ForwardMessagesAsync( method ForwardMessages (line 170) | public static IEnumerable ForwardMessages( method ForwardMessagesAsync (line 208) | public static Task> ForwardMessagesAsync( method ForwardMessages (line 275) | public static IEnumerable ForwardMessages( method ForwardMessagesAsync (line 313) | public static Task> ForwardMessagesAsync( method ForwardMessages (line 377) | public static IEnumerable ForwardMessages( method ForwardMessagesAsync (line 415) | public static Task> ForwardMessagesAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getAvailableGifts.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetAvailableGifts (line 21) | public static Gifts GetAvailableGifts(this ITelegramBotClient client) => method GetAvailableGiftsAsync (line 32) | public static Task GetAvailableGiftsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getBusinessAccountGifts.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetBusinessAccountGifts (line 22) | public static OwnedGifts GetBusinessAccountGifts( method GetBusinessAccountGiftsAsync (line 36) | public static Task GetBusinessAccountGiftsAsync( method GetBusinessAccountGifts (line 72) | public static OwnedGifts GetBusinessAccountGifts( method GetBusinessAccountGiftsAsync (line 122) | public static Task GetBusinessAccountGiftsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getBusinessAccountStarBalance.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetBusinessAccountStarBalance (line 22) | public static StarAmount GetBusinessAccountStarBalance( method GetBusinessAccountStarBalanceAsync (line 36) | public static Task GetBusinessAccountStarBalanceAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getBusinessConnection.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetBusinessConnection (line 22) | public static BusinessConnection GetBusinessConnection( method GetBusinessConnectionAsync (line 36) | public static Task GetBusinessConnectionAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getChat.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetChat (line 22) | public static ChatFullInfo GetChat(this ITelegramBotClient client, lon... method GetChatAsync (line 34) | public static Task GetChatAsync( method GetChat (line 58) | public static ChatFullInfo GetChat(this ITelegramBotClient client, str... method GetChatAsync (line 70) | public static Task GetChatAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getChatAdministrators.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetChatAdministrators (line 23) | public static IEnumerable GetChatAdministrators( method GetChatAdministratorsAsync (line 39) | public static Task> GetChatAdministratorsAsync( method GetChatAdministrators (line 73) | public static IEnumerable GetChatAdministrators( method GetChatAdministratorsAsync (line 89) | public static Task> GetChatAdministratorsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getChatGifts.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetChatGifts (line 22) | public static OwnedGifts GetChatGifts(this ITelegramBotClient client, ... method GetChatGiftsAsync (line 34) | public static Task GetChatGiftsAsync( method GetChatGifts (line 70) | public static OwnedGifts GetChatGifts( method GetChatGiftsAsync (line 120) | public static Task GetChatGiftsAsync( method GetChatGifts (line 208) | public static OwnedGifts GetChatGifts( method GetChatGiftsAsync (line 258) | public static Task GetChatGiftsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getChatMember.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetChatMember (line 23) | public static ChatMember GetChatMember( method GetChatMemberAsync (line 39) | public static Task GetChatMemberAsync( method GetChatMember (line 73) | public static ChatMember GetChatMember( method GetChatMemberAsync (line 89) | public static Task GetChatMemberAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getChatMemberCount.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method GetChatMemberCount (line 20) | public static int GetChatMemberCount(this ITelegramBotClient client, l... method GetChatMemberCountAsync (line 32) | public static Task GetChatMemberCountAsync( method GetChatMemberCount (line 56) | public static int GetChatMemberCount(this ITelegramBotClient client, s... method GetChatMemberCountAsync (line 68) | public static Task GetChatMemberCountAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getChatMenuButton.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetChatMenuButton (line 22) | public static MenuButton GetChatMenuButton( method GetChatMenuButtonAsync (line 36) | public static Task GetChatMenuButtonAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getFile.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetFile (line 22) | public static File GetFile(this ITelegramBotClient client, string file... method GetFileAsync (line 34) | public static Task GetFileAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getForumTopicIconStickers.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetForumTopicIconStickers (line 21) | public static IEnumerable GetForumTopicIconStickers(this ITel... method GetForumTopicIconStickersAsync (line 32) | public static Task> GetForumTopicIconStickersAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getManagedBotAccessSettings.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetManagedBotAccessSettings (line 22) | public static BotAccessSettings GetManagedBotAccessSettings( method GetManagedBotAccessSettingsAsync (line 36) | public static Task GetManagedBotAccessSettingsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getManagedBotToken.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method GetManagedBotToken (line 20) | public static string GetManagedBotToken(this ITelegramBotClient client... method GetManagedBotTokenAsync (line 32) | public static Task GetManagedBotTokenAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getMe.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetMe (line 21) | public static User GetMe(this ITelegramBotClient client) => method GetMeAsync (line 32) | public static Task GetMeAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getMyCommands.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetMyCommands (line 22) | public static IEnumerable GetMyCommands( method GetMyCommandsAsync (line 36) | public static Task> GetMyCommandsAsync( method GetMyCommands (line 63) | public static IEnumerable GetMyCommands( method GetMyCommandsAsync (line 79) | public static Task> GetMyCommandsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getMyDefaultAdministratorRights.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetMyDefaultAdministratorRights (line 22) | public static ChatAdministratorRights GetMyDefaultAdministratorRights( method GetMyDefaultAdministratorRightsAsync (line 36) | public static Task GetMyDefaultAdministratorR... FILE: src/library/Telegram.BotAPI/AvailableMethods/getMyDescription.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetMyDescription (line 22) | public static BotDescription GetMyDescription( method GetMyDescriptionAsync (line 36) | public static Task GetMyDescriptionAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getMyName.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetMyName (line 22) | public static BotName GetMyName(this ITelegramBotClient client, string... method GetMyNameAsync (line 34) | public static Task GetMyNameAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getMyShortDescription.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetMyShortDescription (line 22) | public static BotShortDescription GetMyShortDescription( method GetMyShortDescriptionAsync (line 36) | public static Task GetMyShortDescriptionAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getUserChatBoosts.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetUserChatBoosts (line 23) | public static UserChatBoosts GetUserChatBoosts( method GetUserChatBoostsAsync (line 39) | public static Task GetUserChatBoostsAsync( method GetUserChatBoosts (line 73) | public static UserChatBoosts GetUserChatBoosts( method GetUserChatBoostsAsync (line 89) | public static Task GetUserChatBoostsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getUserGifts.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetUserGifts (line 22) | public static OwnedGifts GetUserGifts(this ITelegramBotClient client, ... method GetUserGiftsAsync (line 34) | public static Task GetUserGiftsAsync( method GetUserGifts (line 68) | public static OwnedGifts GetUserGifts( method GetUserGiftsAsync (line 112) | public static Task GetUserGiftsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getUserPersonalChatMessages.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetUserPersonalChatMessages (line 23) | public static IEnumerable GetUserPersonalChatMessages( method GetUserPersonalChatMessagesAsync (line 39) | public static Task> GetUserPersonalChatMessagesAs... FILE: src/library/Telegram.BotAPI/AvailableMethods/getUserProfileAudios.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetUserProfileAudios (line 24) | public static UserProfileAudios GetUserProfileAudios( method GetUserProfileAudiosAsync (line 42) | public static Task GetUserProfileAudiosAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/getUserProfilePhotos.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GetUserProfilePhotos (line 24) | public static UserProfilePhotos GetUserProfilePhotos( method GetUserProfilePhotosAsync (line 42) | public static Task GetUserProfilePhotosAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/giftPremiumSubscription.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method GiftPremiumSubscription (line 22) | public static bool GiftPremiumSubscription( method GiftPremiumSubscriptionAsync (line 36) | public static Task GiftPremiumSubscriptionAsync( method GiftPremiumSubscription (line 67) | public static bool GiftPremiumSubscription( method GiftPremiumSubscriptionAsync (line 102) | public static Task GiftPremiumSubscriptionAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/hideGeneralForumTopic.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method HideGeneralForumTopic (line 20) | public static bool HideGeneralForumTopic(this ITelegramBotClient clien... method HideGeneralForumTopicAsync (line 32) | public static Task HideGeneralForumTopicAsync( method HideGeneralForumTopic (line 60) | public static bool HideGeneralForumTopic(this ITelegramBotClient clien... method HideGeneralForumTopicAsync (line 72) | public static Task HideGeneralForumTopicAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/leaveChat.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method LeaveChat (line 20) | public static bool LeaveChat(this ITelegramBotClient client, long chat... method LeaveChatAsync (line 32) | public static Task LeaveChatAsync( method LeaveChat (line 56) | public static bool LeaveChat(this ITelegramBotClient client, string ch... method LeaveChatAsync (line 68) | public static Task LeaveChatAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/logOut.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method LogOut (line 19) | public static bool LogOut(this ITelegramBotClient client) => method LogOutAsync (line 30) | public static Task LogOutAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/pinChatMessage.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method PinChatMessage (line 23) | public static bool PinChatMessage( method PinChatMessageAsync (line 47) | public static Task PinChatMessageAsync( method PinChatMessage (line 89) | public static bool PinChatMessage( method PinChatMessageAsync (line 113) | public static Task PinChatMessageAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/postStory.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method PostStory (line 22) | public static Story PostStory(this ITelegramBotClient client, PostStor... method PostStoryAsync (line 34) | public static Task PostStoryAsync( method PostStory (line 64) | public static Story PostStory( method PostStoryAsync (line 108) | public static Task PostStoryAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/promoteChatMember.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method PromoteChatMember (line 20) | public static bool PromoteChatMember( method PromoteChatMemberAsync (line 34) | public static Task PromoteChatMemberAsync( method PromoteChatMember (line 74) | public static bool PromoteChatMember( method PromoteChatMemberAsync (line 148) | public static Task PromoteChatMemberAsync( method PromoteChatMember (line 280) | public static bool PromoteChatMember( method PromoteChatMemberAsync (line 354) | public static Task PromoteChatMemberAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/readBusinessMessage.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method ReadBusinessMessage (line 22) | public static bool ReadBusinessMessage( method ReadBusinessMessageAsync (line 44) | public static Task ReadBusinessMessageAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/removeBusinessAccountProfilePhoto.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method RemoveBusinessAccountProfilePhoto (line 21) | public static bool RemoveBusinessAccountProfilePhoto( method RemoveBusinessAccountProfilePhotoAsync (line 41) | public static Task RemoveBusinessAccountProfilePhotoAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/removeChatVerification.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method RemoveChatVerification (line 20) | public static bool RemoveChatVerification(this ITelegramBotClient clie... method RemoveChatVerificationAsync (line 32) | public static Task RemoveChatVerificationAsync( method RemoveChatVerification (line 60) | public static bool RemoveChatVerification(this ITelegramBotClient clie... method RemoveChatVerificationAsync (line 72) | public static Task RemoveChatVerificationAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/removeMyProfilePhoto.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method RemoveMyProfilePhoto (line 19) | public static bool RemoveMyProfilePhoto(this ITelegramBotClient client... method RemoveMyProfilePhotoAsync (line 30) | public static Task RemoveMyProfilePhotoAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/removeUserVerification.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method RemoveUserVerification (line 20) | public static bool RemoveUserVerification(this ITelegramBotClient clie... method RemoveUserVerificationAsync (line 32) | public static Task RemoveUserVerificationAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/reopenForumTopic.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method ReopenForumTopic (line 21) | public static bool ReopenForumTopic( method ReopenForumTopicAsync (line 37) | public static Task ReopenForumTopicAsync( method ReopenForumTopic (line 67) | public static bool ReopenForumTopic( method ReopenForumTopicAsync (line 83) | public static Task ReopenForumTopicAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/reopenGeneralForumTopic.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method ReopenGeneralForumTopic (line 20) | public static bool ReopenGeneralForumTopic(this ITelegramBotClient cli... method ReopenGeneralForumTopicAsync (line 32) | public static Task ReopenGeneralForumTopicAsync( method ReopenGeneralForumTopic (line 60) | public static bool ReopenGeneralForumTopic(this ITelegramBotClient cli... method ReopenGeneralForumTopicAsync (line 72) | public static Task ReopenGeneralForumTopicAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/replaceManagedBotToken.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method ReplaceManagedBotToken (line 20) | public static string ReplaceManagedBotToken(this ITelegramBotClient cl... method ReplaceManagedBotTokenAsync (line 32) | public static Task ReplaceManagedBotTokenAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/repostStory.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method RepostStory (line 22) | public static Story RepostStory(this ITelegramBotClient client, Repost... method RepostStoryAsync (line 34) | public static Task RepostStoryAsync( method RepostStory (line 61) | public static Story RepostStory( method RepostStoryAsync (line 96) | public static Task RepostStoryAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/restrictChatMember.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method RestrictChatMember (line 22) | public static bool RestrictChatMember( method RestrictChatMemberAsync (line 36) | public static Task RestrictChatMemberAsync( method RestrictChatMember (line 66) | public static bool RestrictChatMember( method RestrictChatMemberAsync (line 98) | public static Task RestrictChatMemberAsync( method RestrictChatMember (line 150) | public static bool RestrictChatMember( method RestrictChatMemberAsync (line 182) | public static Task RestrictChatMemberAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/revokeChatInviteLink.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method RevokeChatInviteLink (line 23) | public static ChatInviteLink RevokeChatInviteLink( method RevokeChatInviteLinkAsync (line 39) | public static Task RevokeChatInviteLinkAsync( method RevokeChatInviteLink (line 76) | public static ChatInviteLink RevokeChatInviteLink( method RevokeChatInviteLinkAsync (line 92) | public static Task RevokeChatInviteLinkAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/savePreparedInlineMessage.cs class AvailableMethodsExtensions (line 13) | public static partial class AvailableMethodsExtensions method SavePreparedInlineMessage (line 23) | public static PreparedInlineMessage SavePreparedInlineMessage( method SavePreparedInlineMessageAsync (line 37) | public static Task SavePreparedInlineMessageAsync( method SavePreparedInlineMessage (line 68) | public static PreparedInlineMessage SavePreparedInlineMessage( method SavePreparedInlineMessageAsync (line 103) | public static Task SavePreparedInlineMessageAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/savePreparedKeyboardButton.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SavePreparedKeyboardButton (line 22) | public static PreparedKeyboardButton SavePreparedKeyboardButton( method SavePreparedKeyboardButtonAsync (line 36) | public static Task SavePreparedKeyboardButtonA... method SavePreparedKeyboardButton (line 63) | public static PreparedKeyboardButton SavePreparedKeyboardButton( method SavePreparedKeyboardButtonAsync (line 79) | public static Task SavePreparedKeyboardButtonA... FILE: src/library/Telegram.BotAPI/AvailableMethods/sendAnimation.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendAnimation (line 22) | public static Message SendAnimation(this ITelegramBotClient client, Se... method SendAnimationAsync (line 34) | public static Task SendAnimationAsync( method SendAnimation (line 76) | public static Message SendAnimation( method SendAnimationAsync (line 156) | public static Task SendAnimationAsync( method SendAnimation (line 304) | public static Message SendAnimation( method SendAnimationAsync (line 387) | public static Task SendAnimationAsync( method SendAnimation (line 542) | public static Message SendAnimation( method SendAnimationAsync (line 622) | public static Task SendAnimationAsync( method SendAnimation (line 770) | public static Message SendAnimation( method SendAnimationAsync (line 853) | public static Task SendAnimationAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendAudio.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendAudio (line 23) | public static Message SendAudio(this ITelegramBotClient client, SendAu... method SendAudioAsync (line 36) | public static Task SendAudioAsync( method SendAudio (line 77) | public static Message SendAudio( method SendAudioAsync (line 152) | public static Task SendAudioAsync( method SendAudio (line 286) | public static Message SendAudio( method SendAudioAsync (line 364) | public static Task SendAudioAsync( method SendAudio (line 505) | public static Message SendAudio( method SendAudioAsync (line 580) | public static Task SendAudioAsync( method SendAudio (line 714) | public static Message SendAudio( method SendAudioAsync (line 792) | public static Task SendAudioAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendChatAction.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method SendChatAction (line 24) | public static bool SendChatAction( method SendChatActionAsync (line 49) | public static Task SendChatActionAsync( method SendChatAction (line 92) | public static bool SendChatAction( method SendChatActionAsync (line 117) | public static Task SendChatActionAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendChecklist.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendChecklist (line 22) | public static Message SendChecklist(this ITelegramBotClient client, Se... method SendChecklistAsync (line 34) | public static Task SendChecklistAsync( method SendChecklist (line 63) | public static Message SendChecklist( method SendChecklistAsync (line 104) | public static Task SendChecklistAsync( method SendChecklist (line 174) | public static Message SendChecklist( method SendChecklistAsync (line 215) | public static Task SendChecklistAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendContact.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendContact (line 22) | public static Message SendContact(this ITelegramBotClient client, Send... method SendContactAsync (line 34) | public static Task SendContactAsync( method SendContact (line 70) | public static Message SendContact( method SendContactAsync (line 132) | public static Task SendContactAsync( method SendContact (line 243) | public static Message SendContact( method SendContactAsync (line 305) | public static Task SendContactAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendDice.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendDice (line 22) | public static Message SendDice(this ITelegramBotClient client, SendDic... method SendDiceAsync (line 34) | public static Task SendDiceAsync( method SendDice (line 67) | public static Message SendDice( method SendDiceAsync (line 120) | public static Task SendDiceAsync( method SendDice (line 210) | public static Message SendDice( method SendDiceAsync (line 263) | public static Task SendDiceAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendDocument.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendDocument (line 22) | public static Message SendDocument(this ITelegramBotClient client, Sen... method SendDocumentAsync (line 34) | public static Task SendDocumentAsync( method SendDocument (line 72) | public static Message SendDocument( method SendDocumentAsync (line 140) | public static Task SendDocumentAsync( method SendDocument (line 264) | public static Message SendDocument( method SendDocumentAsync (line 335) | public static Task SendDocumentAsync( method SendDocument (line 466) | public static Message SendDocument( method SendDocumentAsync (line 534) | public static Task SendDocumentAsync( method SendDocument (line 658) | public static Message SendDocument( method SendDocumentAsync (line 729) | public static Task SendDocumentAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendGift.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendGift (line 22) | public static bool SendGift(this ITelegramBotClient client, SendGiftAr... method SendGiftAsync (line 34) | public static Task SendGiftAsync( method SendGift (line 62) | public static bool SendGift( method SendGiftAsync (line 92) | public static Task SendGiftAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendLivePhoto.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendLivePhoto (line 22) | public static Message SendLivePhoto(this ITelegramBotClient client, Se... method SendLivePhotoAsync (line 34) | public static Task SendLivePhotoAsync( method SendLivePhoto (line 73) | public static Message SendLivePhoto( method SendLivePhotoAsync (line 144) | public static Task SendLivePhotoAsync( method SendLivePhoto (line 270) | public static Message SendLivePhoto( method SendLivePhotoAsync (line 341) | public static Task SendLivePhotoAsync( method SendLivePhoto (line 467) | public static Message SendLivePhoto( method SendLivePhotoAsync (line 538) | public static Task SendLivePhotoAsync( method SendLivePhoto (line 664) | public static Message SendLivePhoto( method SendLivePhotoAsync (line 735) | public static Task SendLivePhotoAsync( method SendLivePhoto (line 861) | public static Message SendLivePhoto( method SendLivePhotoAsync (line 932) | public static Task SendLivePhotoAsync( method SendLivePhoto (line 1058) | public static Message SendLivePhoto( method SendLivePhotoAsync (line 1129) | public static Task SendLivePhotoAsync( method SendLivePhoto (line 1255) | public static Message SendLivePhoto( method SendLivePhotoAsync (line 1326) | public static Task SendLivePhotoAsync( method SendLivePhoto (line 1452) | public static Message SendLivePhoto( method SendLivePhotoAsync (line 1523) | public static Task SendLivePhotoAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendLocation.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendLocation (line 22) | public static Message SendLocation(this ITelegramBotClient client, Sen... method SendLocationAsync (line 34) | public static Task SendLocationAsync( method SendLocation (line 72) | public static Message SendLocation( method SendLocationAsync (line 140) | public static Task SendLocationAsync( method SendLocation (line 257) | public static Message SendLocation( method SendLocationAsync (line 325) | public static Task SendLocationAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendMediaGroup.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendMediaGroup (line 22) | public static IEnumerable SendMediaGroup( method SendMediaGroupAsync (line 36) | public static Task> SendMediaGroupAsync( method SendMediaGroup (line 71) | public static IEnumerable SendMediaGroup( method SendMediaGroupAsync (line 118) | public static Task> SendMediaGroupAsync( method SendMediaGroup (line 200) | public static IEnumerable SendMediaGroup( method SendMediaGroupAsync (line 247) | public static Task> SendMediaGroupAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendMessage.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendMessage (line 22) | public static Message SendMessage(this ITelegramBotClient client, Send... method SendMessageAsync (line 34) | public static Task SendMessageAsync( method SendMessage (line 70) | public static Message SendMessage( method SendMessageAsync (line 132) | public static Task SendMessageAsync( method SendMessage (line 240) | public static Message SendMessage( method SendMessageAsync (line 302) | public static Task SendMessageAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendMessageDraft.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendMessageDraft (line 22) | public static bool SendMessageDraft( method SendMessageDraftAsync (line 36) | public static Task SendMessageDraftAsync( method SendMessageDraft (line 63) | public static bool SendMessageDraft( method SendMessageDraftAsync (line 91) | public static Task SendMessageDraftAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendPaidMedia.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendPaidMedia (line 22) | public static Message SendPaidMedia(this ITelegramBotClient client, Se... method SendPaidMediaAsync (line 34) | public static Task SendPaidMediaAsync( method SendPaidMedia (line 72) | public static Message SendPaidMedia( method SendPaidMediaAsync (line 140) | public static Task SendPaidMediaAsync( method SendPaidMedia (line 257) | public static Message SendPaidMedia( method SendPaidMediaAsync (line 325) | public static Task SendPaidMediaAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendPhoto.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendPhoto (line 22) | public static Message SendPhoto(this ITelegramBotClient client, SendPh... method SendPhotoAsync (line 34) | public static Task SendPhotoAsync( method SendPhoto (line 72) | public static Message SendPhoto( method SendPhotoAsync (line 140) | public static Task SendPhotoAsync( method SendPhoto (line 260) | public static Message SendPhoto( method SendPhotoAsync (line 328) | public static Task SendPhotoAsync( method SendPhoto (line 448) | public static Message SendPhoto( method SendPhotoAsync (line 516) | public static Task SendPhotoAsync( method SendPhoto (line 636) | public static Message SendPhoto( method SendPhotoAsync (line 704) | public static Task SendPhotoAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendPoll.cs class AvailableMethodsExtensions (line 13) | public static partial class AvailableMethodsExtensions method SendPoll (line 23) | public static Message SendPoll(this ITelegramBotClient client, SendPol... method SendPollAsync (line 35) | public static Task SendPollAsync( method SendPoll (line 90) | public static Message SendPoll( method SendPollAsync (line 209) | public static Task SendPollAsync( method SendPoll (line 431) | public static Message SendPoll( method SendPollAsync (line 550) | public static Task SendPollAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendVenue.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendVenue (line 22) | public static Message SendVenue(this ITelegramBotClient client, SendVe... method SendVenueAsync (line 34) | public static Task SendVenueAsync( method SendVenue (line 74) | public static Message SendVenue( method SendVenueAsync (line 148) | public static Task SendVenueAsync( method SendVenue (line 271) | public static Message SendVenue( method SendVenueAsync (line 345) | public static Task SendVenueAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendVideo.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendVideo (line 22) | public static Message SendVideo(this ITelegramBotClient client, SendVi... method SendVideoAsync (line 34) | public static Task SendVideoAsync( method SendVideo (line 79) | public static Message SendVideo( method SendVideoAsync (line 168) | public static Task SendVideoAsync( method SendVideo (line 331) | public static Message SendVideo( method SendVideoAsync (line 423) | public static Task SendVideoAsync( method SendVideo (line 593) | public static Message SendVideo( method SendVideoAsync (line 682) | public static Task SendVideoAsync( method SendVideo (line 845) | public static Message SendVideo( method SendVideoAsync (line 937) | public static Task SendVideoAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendVideoNote.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendVideoNote (line 22) | public static Message SendVideoNote(this ITelegramBotClient client, Se... method SendVideoNoteAsync (line 34) | public static Task SendVideoNoteAsync( method SendVideoNote (line 70) | public static Message SendVideoNote( method SendVideoNoteAsync (line 132) | public static Task SendVideoNoteAsync( method SendVideoNote (line 244) | public static Message SendVideoNote( method SendVideoNoteAsync (line 309) | public static Task SendVideoNoteAsync( method SendVideoNote (line 428) | public static Message SendVideoNote( method SendVideoNoteAsync (line 490) | public static Task SendVideoNoteAsync( method SendVideoNote (line 602) | public static Message SendVideoNote( method SendVideoNoteAsync (line 667) | public static Task SendVideoNoteAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/sendVoice.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SendVoice (line 22) | public static Message SendVoice(this ITelegramBotClient client, SendVo... method SendVoiceAsync (line 34) | public static Task SendVoiceAsync( method SendVoice (line 71) | public static Message SendVoice( method SendVoiceAsync (line 136) | public static Task SendVoiceAsync( method SendVoice (line 250) | public static Message SendVoice( method SendVoiceAsync (line 315) | public static Task SendVoiceAsync( method SendVoice (line 429) | public static Message SendVoice( method SendVoiceAsync (line 494) | public static Task SendVoiceAsync( method SendVoice (line 608) | public static Message SendVoice( method SendVoiceAsync (line 673) | public static Task SendVoiceAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setBusinessAccountBio.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method SetBusinessAccountBio (line 21) | public static bool SetBusinessAccountBio( method SetBusinessAccountBioAsync (line 37) | public static Task SetBusinessAccountBioAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setBusinessAccountGiftSettings.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SetBusinessAccountGiftSettings (line 22) | public static bool SetBusinessAccountGiftSettings( method SetBusinessAccountGiftSettingsAsync (line 36) | public static Task SetBusinessAccountGiftSettingsAsync( method SetBusinessAccountGiftSettings (line 64) | public static bool SetBusinessAccountGiftSettings( method SetBusinessAccountGiftSettingsAsync (line 90) | public static Task SetBusinessAccountGiftSettingsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setBusinessAccountName.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method SetBusinessAccountName (line 22) | public static bool SetBusinessAccountName( method SetBusinessAccountNameAsync (line 44) | public static Task SetBusinessAccountNameAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setBusinessAccountProfilePhoto.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SetBusinessAccountProfilePhoto (line 22) | public static bool SetBusinessAccountProfilePhoto( method SetBusinessAccountProfilePhotoAsync (line 36) | public static Task SetBusinessAccountProfilePhotoAsync( method SetBusinessAccountProfilePhoto (line 64) | public static bool SetBusinessAccountProfilePhoto( method SetBusinessAccountProfilePhotoAsync (line 86) | public static Task SetBusinessAccountProfilePhotoAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setBusinessAccountUsername.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method SetBusinessAccountUsername (line 21) | public static bool SetBusinessAccountUsername( method SetBusinessAccountUsernameAsync (line 41) | public static Task SetBusinessAccountUsernameAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setChatAdministratorCustomTitle.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method SetChatAdministratorCustomTitle (line 22) | public static bool SetChatAdministratorCustomTitle( method SetChatAdministratorCustomTitleAsync (line 44) | public static Task SetChatAdministratorCustomTitleAsync( method SetChatAdministratorCustomTitle (line 84) | public static bool SetChatAdministratorCustomTitle( method SetChatAdministratorCustomTitleAsync (line 106) | public static Task SetChatAdministratorCustomTitleAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setChatDescription.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method SetChatDescription (line 21) | public static bool SetChatDescription( method SetChatDescriptionAsync (line 37) | public static Task SetChatDescriptionAsync( method SetChatDescription (line 71) | public static bool SetChatDescription( method SetChatDescriptionAsync (line 87) | public static Task SetChatDescriptionAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setChatMemberTag.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method SetChatMemberTag (line 22) | public static bool SetChatMemberTag( method SetChatMemberTagAsync (line 40) | public static Task SetChatMemberTagAsync( method SetChatMemberTag (line 76) | public static bool SetChatMemberTag( method SetChatMemberTagAsync (line 94) | public static Task SetChatMemberTagAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setChatMenuButton.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SetChatMenuButton (line 22) | public static bool SetChatMenuButton( method SetChatMenuButtonAsync (line 36) | public static Task SetChatMenuButtonAsync( method SetChatMenuButton (line 59) | public static bool SetChatMenuButton( method SetChatMenuButtonAsync (line 75) | public static Task SetChatMenuButtonAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setChatPermissions.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SetChatPermissions (line 22) | public static bool SetChatPermissions( method SetChatPermissionsAsync (line 36) | public static Task SetChatPermissionsAsync( method SetChatPermissions (line 64) | public static bool SetChatPermissions( method SetChatPermissionsAsync (line 86) | public static Task SetChatPermissionsAsync( method SetChatPermissions (line 129) | public static bool SetChatPermissions( method SetChatPermissionsAsync (line 151) | public static Task SetChatPermissionsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setChatPhoto.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SetChatPhoto (line 22) | public static bool SetChatPhoto(this ITelegramBotClient client, SetCha... method SetChatPhotoAsync (line 34) | public static Task SetChatPhotoAsync( method SetChatPhoto (line 57) | public static bool SetChatPhoto(this ITelegramBotClient client, long c... method SetChatPhotoAsync (line 70) | public static Task SetChatPhotoAsync( method SetChatPhoto (line 100) | public static bool SetChatPhoto( method SetChatPhotoAsync (line 116) | public static Task SetChatPhotoAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setChatStickerSet.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method SetChatStickerSet (line 21) | public static bool SetChatStickerSet( method SetChatStickerSetAsync (line 37) | public static Task SetChatStickerSetAsync( method SetChatStickerSet (line 70) | public static bool SetChatStickerSet( method SetChatStickerSetAsync (line 86) | public static Task SetChatStickerSetAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setChatTitle.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method SetChatTitle (line 21) | public static bool SetChatTitle(this ITelegramBotClient client, long c... method SetChatTitleAsync (line 34) | public static Task SetChatTitleAsync( method SetChatTitle (line 64) | public static bool SetChatTitle(this ITelegramBotClient client, string... method SetChatTitleAsync (line 77) | public static Task SetChatTitleAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setManagedBotAccessSettings.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method SetManagedBotAccessSettings (line 20) | public static bool SetManagedBotAccessSettings( method SetManagedBotAccessSettingsAsync (line 34) | public static Task SetManagedBotAccessSettingsAsync( method SetManagedBotAccessSettings (line 62) | public static bool SetManagedBotAccessSettings( method SetManagedBotAccessSettingsAsync (line 84) | public static Task SetManagedBotAccessSettingsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setMessageReaction.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SetMessageReaction (line 22) | public static bool SetMessageReaction( method SetMessageReactionAsync (line 36) | public static Task SetMessageReactionAsync( method SetMessageReaction (line 65) | public static bool SetMessageReaction( method SetMessageReactionAsync (line 86) | public static Task SetMessageReactionAsync( method SetMessageReaction (line 132) | public static bool SetMessageReaction( method SetMessageReactionAsync (line 153) | public static Task SetMessageReactionAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setMyCommands.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SetMyCommands (line 22) | public static bool SetMyCommands(this ITelegramBotClient client, SetMy... method SetMyCommandsAsync (line 34) | public static Task SetMyCommandsAsync( method SetMyCommands (line 58) | public static bool SetMyCommands( method SetMyCommandsAsync (line 76) | public static Task SetMyCommandsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setMyDefaultAdministratorRights.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SetMyDefaultAdministratorRights (line 22) | public static bool SetMyDefaultAdministratorRights( method SetMyDefaultAdministratorRightsAsync (line 36) | public static Task SetMyDefaultAdministratorRightsAsync( method SetMyDefaultAdministratorRights (line 63) | public static bool SetMyDefaultAdministratorRights( method SetMyDefaultAdministratorRightsAsync (line 79) | public static Task SetMyDefaultAdministratorRightsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setMyDescription.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method SetMyDescription (line 21) | public static bool SetMyDescription( method SetMyDescriptionAsync (line 37) | public static Task SetMyDescriptionAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setMyName.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method SetMyName (line 21) | public static bool SetMyName( method SetMyNameAsync (line 37) | public static Task SetMyNameAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setMyProfilePhoto.cs class AvailableMethodsExtensions (line 12) | public static partial class AvailableMethodsExtensions method SetMyProfilePhoto (line 22) | public static bool SetMyProfilePhoto( method SetMyProfilePhotoAsync (line 36) | public static Task SetMyProfilePhotoAsync( method SetMyProfilePhoto (line 58) | public static bool SetMyProfilePhoto(this ITelegramBotClient client, I... method SetMyProfilePhotoAsync (line 70) | public static Task SetMyProfilePhotoAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setMyShortDescription.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method SetMyShortDescription (line 21) | public static bool SetMyShortDescription( method SetMyShortDescriptionAsync (line 37) | public static Task SetMyShortDescriptionAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/setUserEmojiStatus.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method SetUserEmojiStatus (line 22) | public static bool SetUserEmojiStatus( method SetUserEmojiStatusAsync (line 44) | public static Task SetUserEmojiStatusAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/transferBusinessAccountStars.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method TransferBusinessAccountStars (line 21) | public static bool TransferBusinessAccountStars( method TransferBusinessAccountStarsAsync (line 41) | public static Task TransferBusinessAccountStarsAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/transferGift.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method TransferGift (line 23) | public static bool TransferGift( method TransferGiftAsync (line 47) | public static Task TransferGiftAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/unbanChatMember.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method UnbanChatMember (line 22) | public static bool UnbanChatMember( method UnbanChatMemberAsync (line 40) | public static Task UnbanChatMemberAsync( method UnbanChatMember (line 76) | public static bool UnbanChatMember( method UnbanChatMemberAsync (line 94) | public static Task UnbanChatMemberAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/unbanChatSenderChat.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method UnbanChatSenderChat (line 21) | public static bool UnbanChatSenderChat( method UnbanChatSenderChatAsync (line 37) | public static Task UnbanChatSenderChatAsync( method UnbanChatSenderChat (line 71) | public static bool UnbanChatSenderChat( method UnbanChatSenderChatAsync (line 87) | public static Task UnbanChatSenderChatAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/unhideGeneralForumTopic.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method UnhideGeneralForumTopic (line 20) | public static bool UnhideGeneralForumTopic(this ITelegramBotClient cli... method UnhideGeneralForumTopicAsync (line 32) | public static Task UnhideGeneralForumTopicAsync( method UnhideGeneralForumTopic (line 60) | public static bool UnhideGeneralForumTopic(this ITelegramBotClient cli... method UnhideGeneralForumTopicAsync (line 72) | public static Task UnhideGeneralForumTopicAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/unpinAllChatMessages.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method UnpinAllChatMessages (line 20) | public static bool UnpinAllChatMessages(this ITelegramBotClient client... method UnpinAllChatMessagesAsync (line 32) | public static Task UnpinAllChatMessagesAsync( method UnpinAllChatMessages (line 60) | public static bool UnpinAllChatMessages(this ITelegramBotClient client... method UnpinAllChatMessagesAsync (line 72) | public static Task UnpinAllChatMessagesAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/unpinAllForumTopicMessages.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method UnpinAllForumTopicMessages (line 21) | public static bool UnpinAllForumTopicMessages( method UnpinAllForumTopicMessagesAsync (line 37) | public static Task UnpinAllForumTopicMessagesAsync( method UnpinAllForumTopicMessages (line 71) | public static bool UnpinAllForumTopicMessages( method UnpinAllForumTopicMessagesAsync (line 87) | public static Task UnpinAllForumTopicMessagesAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/unpinAllGeneralForumTopicMessages.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method UnpinAllGeneralForumTopicMessages (line 20) | public static bool UnpinAllGeneralForumTopicMessages( method UnpinAllGeneralForumTopicMessagesAsync (line 34) | public static Task UnpinAllGeneralForumTopicMessagesAsync( method UnpinAllGeneralForumTopicMessages (line 62) | public static bool UnpinAllGeneralForumTopicMessages( method UnpinAllGeneralForumTopicMessagesAsync (line 76) | public static Task UnpinAllGeneralForumTopicMessagesAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/unpinChatMessage.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method UnpinChatMessage (line 22) | public static bool UnpinChatMessage( method UnpinChatMessageAsync (line 44) | public static Task UnpinChatMessageAsync( method UnpinChatMessage (line 80) | public static bool UnpinChatMessage( method UnpinChatMessageAsync (line 102) | public static Task UnpinChatMessageAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/upgradeGift.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method UpgradeGift (line 23) | public static bool UpgradeGift( method UpgradeGiftAsync (line 47) | public static Task UpgradeGiftAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/verifyChat.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method VerifyChat (line 21) | public static bool VerifyChat( method VerifyChatAsync (line 37) | public static Task VerifyChatAsync( method VerifyChat (line 67) | public static bool VerifyChat( method VerifyChatAsync (line 83) | public static Task VerifyChatAsync( FILE: src/library/Telegram.BotAPI/AvailableMethods/verifyUser.cs class AvailableMethodsExtensions (line 10) | public static partial class AvailableMethodsExtensions method VerifyUser (line 21) | public static bool VerifyUser( method VerifyUserAsync (line 37) | public static Task VerifyUserAsync( FILE: src/library/Telegram.BotAPI/AvailableTypes/AcceptedGiftTypes.cs class AcceptedGiftTypes (line 10) | public class AcceptedGiftTypes FILE: src/library/Telegram.BotAPI/AvailableTypes/Animation.cs class Animation (line 10) | public class Animation FILE: src/library/Telegram.BotAPI/AvailableTypes/Audio.cs class Audio (line 10) | public class Audio FILE: src/library/Telegram.BotAPI/AvailableTypes/BackgroundFill/BackgroundFill.cs class BackgroundFill (line 17) | [JsonConverter(typeof(BackgroundFillConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/BackgroundFill/BackgroundFillFreeformGradient.cs class BackgroundFillFreeformGradient (line 10) | public class BackgroundFillFreeformGradient : BackgroundFill FILE: src/library/Telegram.BotAPI/AvailableTypes/BackgroundFill/BackgroundFillGradient.cs class BackgroundFillGradient (line 10) | public class BackgroundFillGradient : BackgroundFill FILE: src/library/Telegram.BotAPI/AvailableTypes/BackgroundFill/BackgroundFillSolid.cs class BackgroundFillSolid (line 10) | public class BackgroundFillSolid : BackgroundFill FILE: src/library/Telegram.BotAPI/AvailableTypes/BackgroundType/BackgroundType.cs class BackgroundType (line 18) | [JsonConverter(typeof(BackgroundTypeConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/BackgroundType/BackgroundTypeChatTheme.cs class BackgroundTypeChatTheme (line 10) | public class BackgroundTypeChatTheme : BackgroundType FILE: src/library/Telegram.BotAPI/AvailableTypes/BackgroundType/BackgroundTypeFill.cs class BackgroundTypeFill (line 10) | public class BackgroundTypeFill : BackgroundType FILE: src/library/Telegram.BotAPI/AvailableTypes/BackgroundType/BackgroundTypePattern.cs class BackgroundTypePattern (line 10) | public class BackgroundTypePattern : BackgroundType FILE: src/library/Telegram.BotAPI/AvailableTypes/BackgroundType/BackgroundTypeWallpaper.cs class BackgroundTypeWallpaper (line 10) | public class BackgroundTypeWallpaper : BackgroundType FILE: src/library/Telegram.BotAPI/AvailableTypes/Birthdate.cs class Birthdate (line 10) | public class Birthdate FILE: src/library/Telegram.BotAPI/AvailableTypes/BotAccessSettings.cs class BotAccessSettings (line 10) | public class BotAccessSettings FILE: src/library/Telegram.BotAPI/AvailableTypes/BotCommand.cs class BotCommand (line 10) | public class BotCommand method BotCommand (line 17) | public BotCommand(string command, string description) FILE: src/library/Telegram.BotAPI/AvailableTypes/BotCommandScope/BotCommandScope.cs class BotCommandScope (line 21) | [JsonConverter(typeof(BotCommandScopeConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/BotCommandScope/BotCommandScopeAllChatAdministrators.cs class BotCommandScopeAllChatAdministrators (line 10) | public class BotCommandScopeAllChatAdministrators : BotCommandScope FILE: src/library/Telegram.BotAPI/AvailableTypes/BotCommandScope/BotCommandScopeAllGroupChats.cs class BotCommandScopeAllGroupChats (line 10) | public class BotCommandScopeAllGroupChats : BotCommandScope FILE: src/library/Telegram.BotAPI/AvailableTypes/BotCommandScope/BotCommandScopeAllPrivateChats.cs class BotCommandScopeAllPrivateChats (line 10) | public class BotCommandScopeAllPrivateChats : BotCommandScope FILE: src/library/Telegram.BotAPI/AvailableTypes/BotCommandScope/BotCommandScopeChat.cs class BotCommandScopeChat (line 10) | public class BotCommandScopeChat : BotCommandScope method BotCommandScopeChat (line 16) | public BotCommandScopeChat(long chatId) method BotCommandScopeChat (line 25) | public BotCommandScopeChat(string chatId) FILE: src/library/Telegram.BotAPI/AvailableTypes/BotCommandScope/BotCommandScopeChatAdministrators.cs class BotCommandScopeChatAdministrators (line 10) | public class BotCommandScopeChatAdministrators : BotCommandScope method BotCommandScopeChatAdministrators (line 16) | public BotCommandScopeChatAdministrators(long chatId) method BotCommandScopeChatAdministrators (line 25) | public BotCommandScopeChatAdministrators(string chatId) FILE: src/library/Telegram.BotAPI/AvailableTypes/BotCommandScope/BotCommandScopeChatMember.cs class BotCommandScopeChatMember (line 10) | public class BotCommandScopeChatMember : BotCommandScope method BotCommandScopeChatMember (line 17) | public BotCommandScopeChatMember(long chatId, long userId) method BotCommandScopeChatMember (line 28) | public BotCommandScopeChatMember(string chatId, long userId) FILE: src/library/Telegram.BotAPI/AvailableTypes/BotCommandScope/BotCommandScopeDefault.cs class BotCommandScopeDefault (line 10) | public class BotCommandScopeDefault : BotCommandScope FILE: src/library/Telegram.BotAPI/AvailableTypes/BotDescription.cs class BotDescription (line 10) | public class BotDescription FILE: src/library/Telegram.BotAPI/AvailableTypes/BotName.cs class BotName (line 10) | public class BotName FILE: src/library/Telegram.BotAPI/AvailableTypes/BotShortDescription.cs class BotShortDescription (line 10) | public class BotShortDescription FILE: src/library/Telegram.BotAPI/AvailableTypes/BusinessBotRights.cs class BusinessBotRights (line 10) | public class BusinessBotRights FILE: src/library/Telegram.BotAPI/AvailableTypes/BusinessConnection.cs class BusinessConnection (line 10) | public class BusinessConnection FILE: src/library/Telegram.BotAPI/AvailableTypes/BusinessIntro.cs class BusinessIntro (line 12) | public class BusinessIntro FILE: src/library/Telegram.BotAPI/AvailableTypes/BusinessLocation.cs class BusinessLocation (line 10) | public class BusinessLocation FILE: src/library/Telegram.BotAPI/AvailableTypes/BusinessMessagesDeleted.cs class BusinessMessagesDeleted (line 10) | public class BusinessMessagesDeleted FILE: src/library/Telegram.BotAPI/AvailableTypes/BusinessOpeningHours.cs class BusinessOpeningHours (line 10) | public class BusinessOpeningHours FILE: src/library/Telegram.BotAPI/AvailableTypes/BusinessOpeningHoursInterval.cs class BusinessOpeningHoursInterval (line 10) | public class BusinessOpeningHoursInterval FILE: src/library/Telegram.BotAPI/AvailableTypes/CallbackQuery.cs class CallbackQuery (line 12) | public class CallbackQuery FILE: src/library/Telegram.BotAPI/AvailableTypes/Chat/Chat.cs class Chat (line 10) | public class Chat FILE: src/library/Telegram.BotAPI/AvailableTypes/Chat/ChatFullInfo.cs class ChatFullInfo (line 10) | public class ChatFullInfo : Chat FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatAdministratorRights.cs class ChatAdministratorRights (line 10) | public class ChatAdministratorRights FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatBackground.cs class ChatBackground (line 10) | public class ChatBackground FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatBoost.cs class ChatBoost (line 10) | public class ChatBoost FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatBoostAdded.cs class ChatBoostAdded (line 10) | public class ChatBoostAdded FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatBoostRemoved.cs class ChatBoostRemoved (line 10) | public class ChatBoostRemoved FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatBoostSource/ChatBoostSource.cs class ChatBoostSource (line 17) | [JsonConverter(typeof(ChatBoostSourceConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatBoostSource/ChatBoostSourceGiftCode.cs class ChatBoostSourceGiftCode (line 10) | public class ChatBoostSourceGiftCode : ChatBoostSource FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatBoostSource/ChatBoostSourceGiveaway.cs class ChatBoostSourceGiveaway (line 10) | public class ChatBoostSourceGiveaway : ChatBoostSource FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatBoostSource/ChatBoostSourcePremium.cs class ChatBoostSourcePremium (line 10) | public class ChatBoostSourcePremium : ChatBoostSource FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatBoostUpdated.cs class ChatBoostUpdated (line 10) | public class ChatBoostUpdated FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatInviteLink.cs class ChatInviteLink (line 10) | public class ChatInviteLink FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatJoinRequest.cs class ChatJoinRequest (line 10) | public class ChatJoinRequest FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatLocation.cs class ChatLocation (line 10) | public class ChatLocation FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatMember/ChatMember.cs class ChatMember (line 20) | [JsonConverter(typeof(ChatMemberConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatMember/ChatMemberAdministrator.cs class ChatMemberAdministrator (line 10) | public class ChatMemberAdministrator : ChatMember FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatMember/ChatMemberBanned.cs class ChatMemberBanned (line 10) | public class ChatMemberBanned : ChatMember FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatMember/ChatMemberLeft.cs class ChatMemberLeft (line 10) | public class ChatMemberLeft : ChatMember FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatMember/ChatMemberMember.cs class ChatMemberMember (line 10) | public class ChatMemberMember : ChatMember FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatMember/ChatMemberOwner.cs class ChatMemberOwner (line 10) | public class ChatMemberOwner : ChatMember FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatMember/ChatMemberRestricted.cs class ChatMemberRestricted (line 10) | public class ChatMemberRestricted : ChatMember FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatMemberUpdated.cs class ChatMemberUpdated (line 10) | public class ChatMemberUpdated FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatOwnerChanged.cs class ChatOwnerChanged (line 10) | public class ChatOwnerChanged FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatOwnerLeft.cs class ChatOwnerLeft (line 10) | public class ChatOwnerLeft FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatPermissions.cs class ChatPermissions (line 10) | public class ChatPermissions FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatPhoto.cs class ChatPhoto (line 10) | public class ChatPhoto FILE: src/library/Telegram.BotAPI/AvailableTypes/ChatShared.cs class ChatShared (line 10) | public class ChatShared FILE: src/library/Telegram.BotAPI/AvailableTypes/Checklist.cs class Checklist (line 10) | public class Checklist FILE: src/library/Telegram.BotAPI/AvailableTypes/ChecklistTask.cs class ChecklistTask (line 10) | public class ChecklistTask FILE: src/library/Telegram.BotAPI/AvailableTypes/ChecklistTasksAdded.cs class ChecklistTasksAdded (line 10) | public class ChecklistTasksAdded FILE: src/library/Telegram.BotAPI/AvailableTypes/ChecklistTasksDone.cs class ChecklistTasksDone (line 10) | public class ChecklistTasksDone FILE: src/library/Telegram.BotAPI/AvailableTypes/Contact.cs class Contact (line 10) | public class Contact FILE: src/library/Telegram.BotAPI/AvailableTypes/CopyTextButton.cs class CopyTextButton (line 10) | public class CopyTextButton method CopyTextButton (line 16) | public CopyTextButton(string text) FILE: src/library/Telegram.BotAPI/AvailableTypes/Dice.cs class Dice (line 10) | public class Dice FILE: src/library/Telegram.BotAPI/AvailableTypes/DirectMessagePriceChanged.cs class DirectMessagePriceChanged (line 10) | public class DirectMessagePriceChanged FILE: src/library/Telegram.BotAPI/AvailableTypes/DirectMessagesTopic.cs class DirectMessagesTopic (line 10) | public class DirectMessagesTopic FILE: src/library/Telegram.BotAPI/AvailableTypes/Document.cs class Document (line 10) | public class Document FILE: src/library/Telegram.BotAPI/AvailableTypes/ExternalReplyInfo.cs class ExternalReplyInfo (line 14) | public class ExternalReplyInfo FILE: src/library/Telegram.BotAPI/AvailableTypes/File.cs class File (line 10) | public class File FILE: src/library/Telegram.BotAPI/AvailableTypes/ForumTopic.cs class ForumTopic (line 10) | public class ForumTopic FILE: src/library/Telegram.BotAPI/AvailableTypes/ForumTopicClosed.cs class ForumTopicClosed (line 10) | public class ForumTopicClosed { } FILE: src/library/Telegram.BotAPI/AvailableTypes/ForumTopicCreated.cs class ForumTopicCreated (line 10) | public class ForumTopicCreated FILE: src/library/Telegram.BotAPI/AvailableTypes/ForumTopicEdited.cs class ForumTopicEdited (line 10) | public class ForumTopicEdited FILE: src/library/Telegram.BotAPI/AvailableTypes/ForumTopicReopened.cs class ForumTopicReopened (line 10) | public class ForumTopicReopened { } FILE: src/library/Telegram.BotAPI/AvailableTypes/GeneralForumTopicHidden.cs class GeneralForumTopicHidden (line 10) | public class GeneralForumTopicHidden { } FILE: src/library/Telegram.BotAPI/AvailableTypes/GeneralForumTopicUnhidden.cs class GeneralForumTopicUnhidden (line 10) | public class GeneralForumTopicUnhidden { } FILE: src/library/Telegram.BotAPI/AvailableTypes/Gift.cs class Gift (line 12) | public class Gift FILE: src/library/Telegram.BotAPI/AvailableTypes/GiftBackground.cs class GiftBackground (line 10) | public class GiftBackground FILE: src/library/Telegram.BotAPI/AvailableTypes/GiftInfo.cs class GiftInfo (line 10) | public class GiftInfo FILE: src/library/Telegram.BotAPI/AvailableTypes/Gifts.cs class Gifts (line 10) | public class Gifts FILE: src/library/Telegram.BotAPI/AvailableTypes/Giveaway.cs class Giveaway (line 10) | public class Giveaway FILE: src/library/Telegram.BotAPI/AvailableTypes/GiveawayCompleted.cs class GiveawayCompleted (line 10) | public class GiveawayCompleted FILE: src/library/Telegram.BotAPI/AvailableTypes/GiveawayCreated.cs class GiveawayCreated (line 10) | public class GiveawayCreated FILE: src/library/Telegram.BotAPI/AvailableTypes/GiveawayWinners.cs class GiveawayWinners (line 10) | public class GiveawayWinners FILE: src/library/Telegram.BotAPI/AvailableTypes/InlineKeyboardButton.cs class InlineKeyboardButton (line 12) | public class InlineKeyboardButton method InlineKeyboardButton (line 18) | public InlineKeyboardButton(string text) FILE: src/library/Telegram.BotAPI/AvailableTypes/InputChecklist.cs class InputChecklist (line 10) | public class InputChecklist FILE: src/library/Telegram.BotAPI/AvailableTypes/InputChecklistTask.cs class InputChecklistTask (line 10) | public class InputChecklistTask FILE: src/library/Telegram.BotAPI/AvailableTypes/InputFile.cs class InputFile (line 12) | public sealed class InputFile : IEquatable method InputFile (line 29) | public InputFile(StreamContent streamcontent, string filename) method InputFile (line 38) | public InputFile(Stream stream, string filename) method InputFile (line 47) | public InputFile(byte[] file, string filename) method Equals (line 54) | public override bool Equals(object obj) method Equals (line 60) | public bool Equals(InputFile? other) method GetHashCode (line 68) | public override int GetHashCode() FILE: src/library/Telegram.BotAPI/AvailableTypes/InputMedia/InputMedia.cs class InputMedia (line 23) | [JsonConverter(typeof(InputMediaConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/InputMedia/InputMediaAnimation.cs class InputMediaAnimation (line 10) | public class InputMediaAnimation : InputMedia method InputMediaAnimation (line 16) | public InputMediaAnimation(string media) FILE: src/library/Telegram.BotAPI/AvailableTypes/InputMedia/InputMediaAudio.cs class InputMediaAudio (line 10) | public class InputMediaAudio : InputMedia method InputMediaAudio (line 16) | public InputMediaAudio(string media) FILE: src/library/Telegram.BotAPI/AvailableTypes/InputMedia/InputMediaDocument.cs class InputMediaDocument (line 10) | public class InputMediaDocument : InputMedia method InputMediaDocument (line 16) | public InputMediaDocument(string media) FILE: src/library/Telegram.BotAPI/AvailableTypes/InputMedia/InputMediaLivePhoto.cs class InputMediaLivePhoto (line 10) | public class InputMediaLivePhoto : InputMedia method InputMediaLivePhoto (line 17) | public InputMediaLivePhoto(string media, string photo) FILE: src/library/Telegram.BotAPI/AvailableTypes/InputMedia/InputMediaLocation.cs class InputMediaLocation (line 10) | public class InputMediaLocation : InputMedia method InputMediaLocation (line 17) | public InputMediaLocation(float latitude, float longitude) FILE: src/library/Telegram.BotAPI/AvailableTypes/InputMedia/InputMediaPhoto.cs class InputMediaPhoto (line 10) | public class InputMediaPhoto : InputMedia method InputMediaPhoto (line 16) | public InputMediaPhoto(string media) FILE: src/library/Telegram.BotAPI/AvailableTypes/InputMedia/InputMediaSticker.cs class InputMediaSticker (line 10) | public class InputMediaSticker : InputMedia method InputMediaSticker (line 16) | public InputMediaSticker(string media) FILE: src/library/Telegram.BotAPI/AvailableTypes/InputMedia/InputMediaVenue.cs class InputMediaVenue (line 10) | public class InputMediaVenue : InputMedia method InputMediaVenue (line 19) | public InputMediaVenue(float latitude, float longitude, string title, ... FILE: src/library/Telegram.BotAPI/AvailableTypes/InputMedia/InputMediaVideo.cs class InputMediaVideo (line 10) | public class InputMediaVideo : InputMedia method InputMediaVideo (line 16) | public InputMediaVideo(string media) FILE: src/library/Telegram.BotAPI/AvailableTypes/InputPaidMedia/InputPaidMedia.cs class InputPaidMedia (line 17) | [JsonConverter(typeof(InputPaidMediaConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/InputPaidMedia/InputPaidMediaLivePhoto.cs class InputPaidMediaLivePhoto (line 10) | public class InputPaidMediaLivePhoto : InputPaidMedia FILE: src/library/Telegram.BotAPI/AvailableTypes/InputPaidMedia/InputPaidMediaPhoto.cs class InputPaidMediaPhoto (line 10) | public class InputPaidMediaPhoto : InputPaidMedia FILE: src/library/Telegram.BotAPI/AvailableTypes/InputPaidMedia/InputPaidMediaVideo.cs class InputPaidMediaVideo (line 10) | public class InputPaidMediaVideo : InputPaidMedia FILE: src/library/Telegram.BotAPI/AvailableTypes/InputPollOption.cs class InputPollOption (line 12) | public class InputPollOption method InputPollOption (line 18) | public InputPollOption(string text) FILE: src/library/Telegram.BotAPI/AvailableTypes/InputProfilePhoto/InputProfilePhoto.cs class InputProfilePhoto (line 16) | [JsonConverter(typeof(InputProfilePhotoConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/InputProfilePhoto/InputProfilePhotoAnimated.cs class InputProfilePhotoAnimated (line 10) | public class InputProfilePhotoAnimated : InputProfilePhoto method InputProfilePhotoAnimated (line 16) | public InputProfilePhotoAnimated(string animation) FILE: src/library/Telegram.BotAPI/AvailableTypes/InputProfilePhoto/InputProfilePhotoStatic.cs class InputProfilePhotoStatic (line 10) | public class InputProfilePhotoStatic : InputProfilePhoto method InputProfilePhotoStatic (line 16) | public InputProfilePhotoStatic(string photo) FILE: src/library/Telegram.BotAPI/AvailableTypes/InputStoryContent/InputStoryContent.cs class InputStoryContent (line 16) | [JsonConverter(typeof(InputStoryContentConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/InputStoryContent/InputStoryContentPhoto.cs class InputStoryContentPhoto (line 10) | public class InputStoryContentPhoto : InputStoryContent method InputStoryContentPhoto (line 16) | public InputStoryContentPhoto(string photo) FILE: src/library/Telegram.BotAPI/AvailableTypes/InputStoryContent/InputStoryContentVideo.cs class InputStoryContentVideo (line 10) | public class InputStoryContentVideo : InputStoryContent method InputStoryContentVideo (line 16) | public InputStoryContentVideo(string video) FILE: src/library/Telegram.BotAPI/AvailableTypes/KeyboardButton.cs class KeyboardButton (line 10) | public class KeyboardButton method KeyboardButton (line 16) | public KeyboardButton(string text) FILE: src/library/Telegram.BotAPI/AvailableTypes/KeyboardButtonPollType.cs class KeyboardButtonPollType (line 10) | public class KeyboardButtonPollType FILE: src/library/Telegram.BotAPI/AvailableTypes/KeyboardButtonRequestChat.cs class KeyboardButtonRequestChat (line 10) | public class KeyboardButtonRequestChat method KeyboardButtonRequestChat (line 17) | public KeyboardButtonRequestChat(int requestId, bool chatIsChannel) FILE: src/library/Telegram.BotAPI/AvailableTypes/KeyboardButtonRequestManagedBot.cs class KeyboardButtonRequestManagedBot (line 10) | public class KeyboardButtonRequestManagedBot FILE: src/library/Telegram.BotAPI/AvailableTypes/KeyboardButtonRequestUsers.cs class KeyboardButtonRequestUsers (line 10) | public class KeyboardButtonRequestUsers method KeyboardButtonRequestUsers (line 16) | public KeyboardButtonRequestUsers(int requestId) FILE: src/library/Telegram.BotAPI/AvailableTypes/LinkPreviewOptions.cs class LinkPreviewOptions (line 10) | public class LinkPreviewOptions FILE: src/library/Telegram.BotAPI/AvailableTypes/LivePhoto.cs class LivePhoto (line 10) | public class LivePhoto FILE: src/library/Telegram.BotAPI/AvailableTypes/Location.cs class Location (line 10) | public class Location FILE: src/library/Telegram.BotAPI/AvailableTypes/LocationAddress.cs class LocationAddress (line 10) | public class LocationAddress FILE: src/library/Telegram.BotAPI/AvailableTypes/LoginUrl.cs class LoginUrl (line 11) | public class LoginUrl method LoginUrl (line 17) | public LoginUrl(string url) FILE: src/library/Telegram.BotAPI/AvailableTypes/ManagedBotCreated.cs class ManagedBotCreated (line 10) | public class ManagedBotCreated FILE: src/library/Telegram.BotAPI/AvailableTypes/ManagedBotUpdated.cs class ManagedBotUpdated (line 10) | public class ManagedBotUpdated FILE: src/library/Telegram.BotAPI/AvailableTypes/MaybeInaccessibleMessage/InaccessibleMessage.cs class InaccessibleMessage (line 10) | public class InaccessibleMessage : MaybeInaccessibleMessage FILE: src/library/Telegram.BotAPI/AvailableTypes/MaybeInaccessibleMessage/MaybeInaccessibleMessage.cs class MaybeInaccessibleMessage (line 16) | [JsonConverter(typeof(MaybeInaccessibleMessageConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/MaybeInaccessibleMessage/Message.cs class Message (line 15) | public class Message : MaybeInaccessibleMessage FILE: src/library/Telegram.BotAPI/AvailableTypes/MenuButton/MenuButton.cs class MenuButton (line 18) | [JsonConverter(typeof(MenuButtonConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/MenuButton/MenuButtonCommands.cs class MenuButtonCommands (line 10) | public class MenuButtonCommands : MenuButton FILE: src/library/Telegram.BotAPI/AvailableTypes/MenuButton/MenuButtonDefault.cs class MenuButtonDefault (line 10) | public class MenuButtonDefault : MenuButton FILE: src/library/Telegram.BotAPI/AvailableTypes/MenuButton/MenuButtonWebApp.cs class MenuButtonWebApp (line 10) | public class MenuButtonWebApp : MenuButton FILE: src/library/Telegram.BotAPI/AvailableTypes/MessageAutoDeleteTimerChanged.cs class MessageAutoDeleteTimerChanged (line 10) | public class MessageAutoDeleteTimerChanged FILE: src/library/Telegram.BotAPI/AvailableTypes/MessageEntity.cs class MessageEntity (line 10) | public class MessageEntity FILE: src/library/Telegram.BotAPI/AvailableTypes/MessageID.cs class MessageId (line 10) | public class MessageId FILE: src/library/Telegram.BotAPI/AvailableTypes/MessageOrigin/MessageOrigin.cs class MessageOrigin (line 18) | [JsonConverter(typeof(MessageOriginConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/MessageOrigin/MessageOriginChannel.cs class MessageOriginChannel (line 10) | public class MessageOriginChannel : MessageOrigin FILE: src/library/Telegram.BotAPI/AvailableTypes/MessageOrigin/MessageOriginChat.cs class MessageOriginChat (line 10) | public class MessageOriginChat : MessageOrigin FILE: src/library/Telegram.BotAPI/AvailableTypes/MessageOrigin/MessageOriginHiddenUser.cs class MessageOriginHiddenUser (line 10) | public class MessageOriginHiddenUser : MessageOrigin FILE: src/library/Telegram.BotAPI/AvailableTypes/MessageOrigin/MessageOriginUser.cs class MessageOriginUser (line 10) | public class MessageOriginUser : MessageOrigin FILE: src/library/Telegram.BotAPI/AvailableTypes/MessageReactionCountUpdated.cs class MessageReactionCountUpdated (line 10) | public class MessageReactionCountUpdated FILE: src/library/Telegram.BotAPI/AvailableTypes/MessageReactionUpdated.cs class MessageReactionUpdated (line 10) | public class MessageReactionUpdated FILE: src/library/Telegram.BotAPI/AvailableTypes/OwnedGift/OwnedGift.cs class OwnedGift (line 16) | [JsonConverter(typeof(OwnedGiftConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/OwnedGift/OwnedGiftRegular.cs class OwnedGiftRegular (line 10) | public class OwnedGiftRegular : OwnedGift FILE: src/library/Telegram.BotAPI/AvailableTypes/OwnedGift/OwnedGiftUnique.cs class OwnedGiftUnique (line 10) | public class OwnedGiftUnique : OwnedGift FILE: src/library/Telegram.BotAPI/AvailableTypes/OwnedGifts.cs class OwnedGifts (line 10) | public class OwnedGifts FILE: src/library/Telegram.BotAPI/AvailableTypes/PaidMedia/PaidMedia.cs class PaidMedia (line 18) | [JsonConverter(typeof(PaidMediaConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/PaidMedia/PaidMediaLivePhoto.cs class PaidMediaLivePhoto (line 10) | public class PaidMediaLivePhoto : PaidMedia FILE: src/library/Telegram.BotAPI/AvailableTypes/PaidMedia/PaidMediaPhoto.cs class PaidMediaPhoto (line 10) | public class PaidMediaPhoto : PaidMedia FILE: src/library/Telegram.BotAPI/AvailableTypes/PaidMedia/PaidMediaPreview.cs class PaidMediaPreview (line 10) | public class PaidMediaPreview : PaidMedia FILE: src/library/Telegram.BotAPI/AvailableTypes/PaidMedia/PaidMediaVideo.cs class PaidMediaVideo (line 10) | public class PaidMediaVideo : PaidMedia FILE: src/library/Telegram.BotAPI/AvailableTypes/PaidMediaInfo.cs class PaidMediaInfo (line 10) | public class PaidMediaInfo FILE: src/library/Telegram.BotAPI/AvailableTypes/PaidMessagePriceChanged.cs class PaidMessagePriceChanged (line 10) | public class PaidMessagePriceChanged FILE: src/library/Telegram.BotAPI/AvailableTypes/PhotoSize.cs class PhotoSize (line 10) | public class PhotoSize FILE: src/library/Telegram.BotAPI/AvailableTypes/Poll.cs class Poll (line 10) | public class Poll FILE: src/library/Telegram.BotAPI/AvailableTypes/PollAnswer.cs class PollAnswer (line 10) | public class PollAnswer FILE: src/library/Telegram.BotAPI/AvailableTypes/PollMedia.cs class PollMedia (line 12) | public class PollMedia FILE: src/library/Telegram.BotAPI/AvailableTypes/PollOption.cs class PollOption (line 10) | public class PollOption FILE: src/library/Telegram.BotAPI/AvailableTypes/PollOptionAdded.cs class PollOptionAdded (line 10) | public class PollOptionAdded FILE: src/library/Telegram.BotAPI/AvailableTypes/PollOptionDeleted.cs class PollOptionDeleted (line 10) | public class PollOptionDeleted FILE: src/library/Telegram.BotAPI/AvailableTypes/PreparedInlineMessage.cs class PreparedInlineMessage (line 10) | public class PreparedInlineMessage FILE: src/library/Telegram.BotAPI/AvailableTypes/PreparedKeyboardButton.cs class PreparedKeyboardButton (line 10) | public class PreparedKeyboardButton FILE: src/library/Telegram.BotAPI/AvailableTypes/ProximityAlertTriggered.cs class ProximityAlertTriggered (line 10) | public class ProximityAlertTriggered FILE: src/library/Telegram.BotAPI/AvailableTypes/ReactionCount.cs class ReactionCount (line 10) | public class ReactionCount FILE: src/library/Telegram.BotAPI/AvailableTypes/ReactionType/ReactionType.cs class ReactionType (line 17) | [JsonConverter(typeof(ReactionTypeConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/ReactionType/ReactionTypeCustomEmoji.cs class ReactionTypeCustomEmoji (line 10) | public class ReactionTypeCustomEmoji : ReactionType method ReactionTypeCustomEmoji (line 16) | public ReactionTypeCustomEmoji(string customEmojiId) FILE: src/library/Telegram.BotAPI/AvailableTypes/ReactionType/ReactionTypeEmoji.cs class ReactionTypeEmoji (line 10) | public class ReactionTypeEmoji : ReactionType method ReactionTypeEmoji (line 16) | public ReactionTypeEmoji(string emoji) FILE: src/library/Telegram.BotAPI/AvailableTypes/ReactionType/ReactionTypePaid.cs class ReactionTypePaid (line 10) | public class ReactionTypePaid : ReactionType FILE: src/library/Telegram.BotAPI/AvailableTypes/ReplyMarkup/ForceReply.cs class ForceReply (line 10) | public class ForceReply : ReplyMarkup FILE: src/library/Telegram.BotAPI/AvailableTypes/ReplyMarkup/InlineKeyboardMarkup.cs class InlineKeyboardMarkup (line 10) | public class InlineKeyboardMarkup : ReplyMarkup method InlineKeyboardMarkup (line 16) | public InlineKeyboardMarkup(IEnumerable> ke... FILE: src/library/Telegram.BotAPI/AvailableTypes/ReplyMarkup/ReplyKeyboardRemove.cs class ReplyKeyboardRemove (line 10) | public class ReplyKeyboardRemove : ReplyMarkup FILE: src/library/Telegram.BotAPI/AvailableTypes/ReplyMarkup/ReplyMarkup.cs class ReplyMarkup (line 18) | [JsonConverter(typeof(ReplyMarkupConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/ReplyParameters.cs class ReplyParameters (line 10) | public class ReplyParameters FILE: src/library/Telegram.BotAPI/AvailableTypes/ResponseParameters.cs class ResponseParameters (line 10) | public class ResponseParameters FILE: src/library/Telegram.BotAPI/AvailableTypes/SentGuestMessage.cs class SentGuestMessage (line 10) | public class SentGuestMessage FILE: src/library/Telegram.BotAPI/AvailableTypes/SentWebAppMessage.cs class SentWebAppMessage (line 10) | public class SentWebAppMessage FILE: src/library/Telegram.BotAPI/AvailableTypes/SharedUser.cs class SharedUser (line 10) | public class SharedUser FILE: src/library/Telegram.BotAPI/AvailableTypes/StarAmount.cs class StarAmount (line 10) | public class StarAmount FILE: src/library/Telegram.BotAPI/AvailableTypes/Story.cs class Story (line 10) | public class Story FILE: src/library/Telegram.BotAPI/AvailableTypes/StoryArea.cs class StoryArea (line 10) | public class StoryArea FILE: src/library/Telegram.BotAPI/AvailableTypes/StoryAreaPosition.cs class StoryAreaPosition (line 10) | public class StoryAreaPosition FILE: src/library/Telegram.BotAPI/AvailableTypes/StoryAreaType/StoryAreaType.cs class StoryAreaType (line 19) | [JsonConverter(typeof(StoryAreaTypeConverter))] FILE: src/library/Telegram.BotAPI/AvailableTypes/StoryAreaType/StoryAreaTypeLink.cs class StoryAreaTypeLink (line 10) | public class StoryAreaTypeLink : StoryAreaType FILE: src/library/Telegram.BotAPI/AvailableTypes/StoryAreaType/StoryAreaTypeLocation.cs class StoryAreaTypeLocation (line 10) | public class StoryAreaTypeLocation : StoryAreaType FILE: src/library/Telegram.BotAPI/AvailableTypes/StoryAreaType/StoryAreaTypeSuggestedReaction.cs class StoryAreaTypeSuggestedReaction (line 10) | public class StoryAreaTypeSuggestedReaction : StoryAreaType FILE: src/library/Telegram.BotAPI/AvailableTypes/StoryAreaType/StoryAreaTypeUniqueGift.cs class StoryAreaTypeUniqueGift (line 10) | public class StoryAreaTypeUniqueGift : StoryAreaType FILE: src/library/Telegram.BotAPI/AvailableTypes/StoryAreaType/StoryAreaTypeWeather.cs class StoryAreaTypeWeather (line 10) | public class StoryAreaTypeWeather : StoryAreaType FILE: src/library/Telegram.BotAPI/AvailableTypes/SuggestedPostApprovalFailed.cs class SuggestedPostApprovalFailed (line 10) | public class SuggestedPostApprovalFailed FILE: src/library/Telegram.BotAPI/AvailableTypes/SuggestedPostApproved.cs class SuggestedPostApproved (line 10) | public class SuggestedPostApproved FILE: src/library/Telegram.BotAPI/AvailableTypes/SuggestedPostDeclined.cs class SuggestedPostDeclined (line 10) | public class SuggestedPostDeclined FILE: src/library/Telegram.BotAPI/AvailableTypes/SuggestedPostInfo.cs class SuggestedPostInfo (line 10) | public class SuggestedPostInfo FILE: src/library/Telegram.BotAPI/AvailableTypes/SuggestedPostPaid.cs class SuggestedPostPaid (line 10) | public class SuggestedPostPaid FILE: src/library/Telegram.BotAPI/AvailableTypes/SuggestedPostParameters.cs class SuggestedPostParameters (line 10) | public class SuggestedPostParameters FILE: src/library/Telegram.BotAPI/AvailableTypes/SuggestedPostPrice.cs class SuggestedPostPrice (line 10) | public class SuggestedPostPrice FILE: src/library/Telegram.BotAPI/AvailableTypes/SuggestedPostRefunded.cs class SuggestedPostRefunded (line 10) | public class SuggestedPostRefunded FILE: src/library/Telegram.BotAPI/AvailableTypes/SwitchInlineQueryChosenChat.cs class SwitchInlineQueryChosenChat (line 10) | public class SwitchInlineQueryChosenChat FILE: src/library/Telegram.BotAPI/AvailableTypes/TextQuote.cs class TextQuote (line 10) | public class TextQuote FILE: src/library/Telegram.BotAPI/AvailableTypes/UniqueGift.cs class UniqueGift (line 10) | public class UniqueGift FILE: src/library/Telegram.BotAPI/AvailableTypes/UniqueGiftBackdrop.cs class UniqueGiftBackdrop (line 10) | public class UniqueGiftBackdrop FILE: src/library/Telegram.BotAPI/AvailableTypes/UniqueGiftBackdropColors.cs class UniqueGiftBackdropColors (line 10) | public class UniqueGiftBackdropColors FILE: src/library/Telegram.BotAPI/AvailableTypes/UniqueGiftColors.cs class UniqueGiftColors (line 10) | public class UniqueGiftColors FILE: src/library/Telegram.BotAPI/AvailableTypes/UniqueGiftInfo.cs class UniqueGiftInfo (line 10) | public class UniqueGiftInfo FILE: src/library/Telegram.BotAPI/AvailableTypes/UniqueGiftModel.cs class UniqueGiftModel (line 12) | public class UniqueGiftModel FILE: src/library/Telegram.BotAPI/AvailableTypes/UniqueGiftSymbol.cs class UniqueGiftSymbol (line 12) | public class UniqueGiftSymbol FILE: src/library/Telegram.BotAPI/AvailableTypes/User.cs class User (line 10) | public class User FILE: src/library/Telegram.BotAPI/AvailableTypes/UserChatBoosts.cs class UserChatBoosts (line 10) | public class UserChatBoosts FILE: src/library/Telegram.BotAPI/AvailableTypes/UserProfileAudios.cs class UserProfileAudios (line 10) | public class UserProfileAudios FILE: src/library/Telegram.BotAPI/AvailableTypes/UserProfilePhotos.cs class UserProfilePhotos (line 10) | public class UserProfilePhotos FILE: src/library/Telegram.BotAPI/AvailableTypes/UserRating.cs class UserRating (line 10) | public class UserRating FILE: src/library/Telegram.BotAPI/AvailableTypes/UsersShared.cs class UsersShared (line 10) | public class UsersShared FILE: src/library/Telegram.BotAPI/AvailableTypes/Venue.cs class Venue (line 10) | public class Venue FILE: src/library/Telegram.BotAPI/AvailableTypes/Video.cs class Video (line 10) | public class Video FILE: src/library/Telegram.BotAPI/AvailableTypes/VideoChatEnded.cs class VideoChatEnded (line 10) | public class VideoChatEnded FILE: src/library/Telegram.BotAPI/AvailableTypes/VideoChatParticipantsInvited.cs class VideoChatParticipantsInvited (line 10) | public class VideoChatParticipantsInvited FILE: src/library/Telegram.BotAPI/AvailableTypes/VideoChatScheduled.cs class VideoChatScheduled (line 10) | public class VideoChatScheduled FILE: src/library/Telegram.BotAPI/AvailableTypes/VideoChatStarted.cs class VideoChatStarted (line 10) | public class VideoChatStarted { } FILE: src/library/Telegram.BotAPI/AvailableTypes/VideoNote.cs class VideoNote (line 10) | public class VideoNote FILE: src/library/Telegram.BotAPI/AvailableTypes/VideoQuality.cs class VideoQuality (line 10) | public class VideoQuality FILE: src/library/Telegram.BotAPI/AvailableTypes/Voice.cs class Voice (line 10) | public class Voice FILE: src/library/Telegram.BotAPI/AvailableTypes/WebAppData.cs class WebAppData (line 10) | public class WebAppData FILE: src/library/Telegram.BotAPI/AvailableTypes/WebAppInfo.cs class WebAppInfo (line 10) | public class WebAppInfo method WebAppInfo (line 16) | public WebAppInfo(string url) FILE: src/library/Telegram.BotAPI/AvailableTypes/WriteAccessAllowed.cs class WriteAccessAllowed (line 10) | public class WriteAccessAllowed FILE: src/library/Telegram.BotAPI/BotRequestException.cs class BotRequestException (line 14) | public sealed class BotRequestException( FILE: src/library/Telegram.BotAPI/BotResponse.cs class BotResponse (line 12) | public sealed class BotResponse FILE: src/library/Telegram.BotAPI/Constants/ChatActions.cs class ChatActions (line 9) | public static class ChatActions FILE: src/library/Telegram.BotAPI/Constants/ChatTypes.cs class ChatTypes (line 9) | public static class ChatTypes FILE: src/library/Telegram.BotAPI/Constants/FormatStyles.cs class FormatStyles (line 12) | public static class FormatStyles FILE: src/library/Telegram.BotAPI/Constants/InlineKeyboardButtonTypes.cs class InlineKeyboardButtonTypes (line 9) | public static class InlineKeyboardButtonTypes FILE: src/library/Telegram.BotAPI/Constants/MessageEntityTypes.cs class MessageEntityTypes (line 12) | public static class MessageEntityTypes FILE: src/library/Telegram.BotAPI/Constants/PollTypes.cs class PollTypes (line 9) | public static class PollTypes FILE: src/library/Telegram.BotAPI/Constants/Stickers/StickerFormats.cs class StickerFormats (line 9) | public static class StickerFormats FILE: src/library/Telegram.BotAPI/Constants/Stickers/StickerTypes.cs class StickerTypes (line 9) | public static class StickerTypes FILE: src/library/Telegram.BotAPI/Constants/UpdateTypes.cs class UpdateTypes (line 9) | public sealed class UpdateTypes FILE: src/library/Telegram.BotAPI/Converters/BackgroundFillConverter.cs class BackgroundFillConverter (line 11) | public sealed class BackgroundFillConverter : DiscriminatorJsonConverter... FILE: src/library/Telegram.BotAPI/Converters/BackgroundTypeConverter.cs class BackgroundTypeConverter (line 11) | public sealed class BackgroundTypeConverter : DiscriminatorJsonConverter... FILE: src/library/Telegram.BotAPI/Converters/BotCommandScopeConverter.cs class BotCommandScopeConverter (line 11) | public sealed class BotCommandScopeConverter : DiscriminatorJsonConverte... FILE: src/library/Telegram.BotAPI/Converters/ChatBoostSourceConverter.cs class ChatBoostSourceConverter (line 12) | public sealed class ChatBoostSourceConverter : JsonConverter : JsonConverter method Write (line 27) | public override void Write(Utf8JsonWriter writer, T value, JsonSeriali... method Read (line 38) | public override T? Read( method LoadDiscriminatorMapping (line 99) | private static ReadOnlyDictionary> LoadDiscr... FILE: src/library/Telegram.BotAPI/Converters/InlineQueryResultConverter.cs class InlineQueryResultConverter (line 9) | public sealed class InlineQueryResultConverter : DiscriminatorJsonConver... FILE: src/library/Telegram.BotAPI/Converters/InputMediaConverter.cs class InputMediaConverter (line 11) | public sealed class InputMediaConverter : DiscriminatorJsonConverter method Read (line 21) | public override ReplyMarkup? Read( method Write (line 58) | public override void Write( FILE: src/library/Telegram.BotAPI/Converters/RevenueWithdrawalStateConverter.cs class RevenueWithdrawalStateConverter (line 11) | public sealed class RevenueWithdrawalStateConverter FILE: src/library/Telegram.BotAPI/Converters/StoryAreaTypeConverter.cs class StoryAreaTypeConverter (line 9) | public sealed class StoryAreaTypeConverter : DiscriminatorJsonConverter<... FILE: src/library/Telegram.BotAPI/Converters/TransactionPartnerConverter.cs class TransactionPartnerConverter (line 11) | public sealed class TransactionPartnerConverter : DiscriminatorJsonConve... FILE: src/library/Telegram.BotAPI/Games/Args/SendGameArgs.cs class SendGameArgs (line 12) | public class SendGameArgs method SendGameArgs (line 19) | public SendGameArgs(long chatId, string gameShortName) method SendGameArgs (line 31) | public SendGameArgs(string chatId, string gameShortName) FILE: src/library/Telegram.BotAPI/Games/Args/SetGameScoreArgs.cs class SetGameScoreArgs (line 10) | public class SetGameScoreArgs method SetGameScoreArgs (line 17) | public SetGameScoreArgs(long userId, int score) FILE: src/library/Telegram.BotAPI/Games/CallbackGame.cs class CallbackGame (line 10) | public class CallbackGame { } FILE: src/library/Telegram.BotAPI/Games/Game.cs class Game (line 12) | public class Game FILE: src/library/Telegram.BotAPI/Games/GameHighScore.cs class GameHighScore (line 12) | public class GameHighScore FILE: src/library/Telegram.BotAPI/Games/getGameHighScores.cs class GamesExtensions (line 10) | public static partial class GamesExtensions method GetGameHighScores (line 23) | public static IEnumerable GetGameHighScores( method GetGameHighScoresAsync (line 47) | public static Task> GetGameHighScoresAsync( FILE: src/library/Telegram.BotAPI/Games/sendGame.cs class GamesExtensions (line 12) | public static partial class GamesExtensions method SendGame (line 22) | public static Message SendGame(this ITelegramBotClient client, SendGam... method SendGameAsync (line 34) | public static Task SendGameAsync( method SendGame (line 65) | public static Message SendGame( method SendGameAsync (line 112) | public static Task SendGameAsync( method SendGame (line 193) | public static Message SendGame( method SendGameAsync (line 240) | public static Task SendGameAsync( FILE: src/library/Telegram.BotAPI/Games/setGameScore.cs class GamesExtensions (line 12) | public static partial class GamesExtensions method SetGameScore (line 22) | public static TResult SetGameScore( method SetGameScoreAsync (line 36) | public static Task SetGameScoreAsync( method SetGameScore (line 63) | public static Message SetGameScore( method SetGameScoreAsync (line 91) | public static Task SetGameScoreAsync( method SetGameScore (line 138) | public static bool SetGameScore( method SetGameScoreAsync (line 164) | public static Task SetGameScoreAsync( FILE: src/library/Telegram.BotAPI/GettingUpdates/Args/GetUpdatesArgs.cs class GetUpdatesArgs (line 10) | public class GetUpdatesArgs FILE: src/library/Telegram.BotAPI/GettingUpdates/Args/SetWebhookArgs.cs class SetWebhookArgs (line 12) | public class SetWebhookArgs : AttachedFilesArgsBase method SetWebhookArgs (line 18) | public SetWebhookArgs(string url) FILE: src/library/Telegram.BotAPI/GettingUpdates/Update.cs class Update (line 14) | public class Update FILE: src/library/Telegram.BotAPI/GettingUpdates/WebhookInfo.cs class WebhookInfo (line 10) | public class WebhookInfo FILE: src/library/Telegram.BotAPI/GettingUpdates/deleteWebhook.cs class GettingUpdatesExtensions (line 10) | public static partial class GettingUpdatesExtensions method DeleteWebhook (line 20) | public static bool DeleteWebhook( method DeleteWebhookAsync (line 34) | public static Task DeleteWebhookAsync( FILE: src/library/Telegram.BotAPI/GettingUpdates/getUpdates.cs class GettingUpdatesExtensions (line 10) | public static partial class GettingUpdatesExtensions method GetUpdates (line 20) | public static IEnumerable GetUpdates( method GetUpdatesAsync (line 34) | public static Task> GetUpdatesAsync( method GetUpdates (line 63) | public static IEnumerable GetUpdates( method GetUpdatesAsync (line 83) | public static Task> GetUpdatesAsync( FILE: src/library/Telegram.BotAPI/GettingUpdates/getWebhookInfo.cs class GettingUpdatesExtensions (line 10) | public static partial class GettingUpdatesExtensions method GetWebhookInfo (line 19) | public static WebhookInfo GetWebhookInfo(this ITelegramBotClient clien... method GetWebhookInfoAsync (line 30) | public static Task GetWebhookInfoAsync( FILE: src/library/Telegram.BotAPI/GettingUpdates/setWebhook.cs class GettingUpdatesExtensions (line 12) | public static partial class GettingUpdatesExtensions method SetWebhook (line 23) | public static bool SetWebhook(this ITelegramBotClient client, SetWebho... method SetWebhookAsync (line 36) | public static Task SetWebhookAsync( method SetWebhook (line 65) | public static bool SetWebhook( method SetWebhookAsync (line 104) | public static Task SetWebhookAsync( FILE: src/library/Telegram.BotAPI/InlineMode/Args/AnswerInlineQueryArgs.cs class AnswerInlineQueryArgs (line 10) | public class AnswerInlineQueryArgs method AnswerInlineQueryArgs (line 17) | public AnswerInlineQueryArgs(string inlineQueryId, IEnumerable AnswerInlineQueryAsync( method AnswerInlineQuery (line 61) | public static bool AnswerInlineQuery( method AnswerInlineQueryAsync (line 96) | public static Task AnswerInlineQueryAsync( FILE: src/library/Telegram.BotAPI/MethodNames.cs class MethodNames (line 10) | public static partial class MethodNames FILE: src/library/Telegram.BotAPI/Payments/AffiliateInfo.cs class AffiliateInfo (line 12) | public class AffiliateInfo FILE: src/library/Telegram.BotAPI/Payments/Args/AnswerShippingQueryArgs.cs class AnswerShippingQueryArgs (line 10) | public class AnswerShippingQueryArgs method AnswerShippingQueryArgs (line 17) | public AnswerShippingQueryArgs(string shippingQueryId, bool ok) FILE: src/library/Telegram.BotAPI/Payments/Args/CreateInvoiceLinkArgs.cs class CreateInvoiceLinkArgs (line 10) | public class CreateInvoiceLinkArgs method CreateInvoiceLinkArgs (line 20) | public CreateInvoiceLinkArgs( FILE: src/library/Telegram.BotAPI/Payments/Args/SendInvoiceArgs.cs class SendInvoiceArgs (line 12) | public class SendInvoiceArgs method SendInvoiceArgs (line 23) | public SendInvoiceArgs( method SendInvoiceArgs (line 49) | public SendInvoiceArgs( FILE: src/library/Telegram.BotAPI/Payments/Invoice.cs class Invoice (line 10) | public class Invoice FILE: src/library/Telegram.BotAPI/Payments/LabeledPrice.cs class LabeledPrice (line 10) | public class LabeledPrice method LabeledPrice (line 17) | public LabeledPrice(string label, int amount) FILE: src/library/Telegram.BotAPI/Payments/OrderInfo.cs class OrderInfo (line 10) | public class OrderInfo FILE: src/library/Telegram.BotAPI/Payments/PaidMediaPurchased.cs class PaidMediaPurchased (line 12) | public class PaidMediaPurchased FILE: src/library/Telegram.BotAPI/Payments/PreCheckoutQuery.cs class PreCheckoutQuery (line 12) | public class PreCheckoutQuery FILE: src/library/Telegram.BotAPI/Payments/RefundedPayment.cs class RefundedPayment (line 10) | public class RefundedPayment FILE: src/library/Telegram.BotAPI/Payments/RevenueWithdrawalState/RevenueWithdrawalState.cs class RevenueWithdrawalState (line 17) | [JsonConverter(typeof(RevenueWithdrawalStateConverter))] FILE: src/library/Telegram.BotAPI/Payments/RevenueWithdrawalState/RevenueWithdrawalStateFailed.cs class RevenueWithdrawalStateFailed (line 10) | public class RevenueWithdrawalStateFailed : RevenueWithdrawalState FILE: src/library/Telegram.BotAPI/Payments/RevenueWithdrawalState/RevenueWithdrawalStatePending.cs class RevenueWithdrawalStatePending (line 10) | public class RevenueWithdrawalStatePending : RevenueWithdrawalState FILE: src/library/Telegram.BotAPI/Payments/RevenueWithdrawalState/RevenueWithdrawalStateSucceeded.cs class RevenueWithdrawalStateSucceeded (line 10) | public class RevenueWithdrawalStateSucceeded : RevenueWithdrawalState FILE: src/library/Telegram.BotAPI/Payments/ShippingAddress.cs class ShippingAddress (line 10) | public class ShippingAddress FILE: src/library/Telegram.BotAPI/Payments/ShippingOption.cs class ShippingOption (line 10) | public class ShippingOption method ShippingOption (line 18) | public ShippingOption(string id, string title, IEnumerable AnswerPreCheckoutQueryAsync( FILE: src/library/Telegram.BotAPI/Payments/answerShippingQuery.cs class PaymentsExtensions (line 12) | public static partial class PaymentsExtensions method AnswerShippingQuery (line 22) | public static bool AnswerShippingQuery( method AnswerShippingQueryAsync (line 36) | public static Task AnswerShippingQueryAsync( method AnswerShippingQuery (line 65) | public static bool AnswerShippingQuery( method AnswerShippingQueryAsync (line 89) | public static Task AnswerShippingQueryAsync( FILE: src/library/Telegram.BotAPI/Payments/createInvoiceLink.cs class PaymentsExtensions (line 10) | public static partial class PaymentsExtensions method CreateInvoiceLink (line 20) | public static string CreateInvoiceLink( method CreateInvoiceLinkAsync (line 34) | public static Task CreateInvoiceLinkAsync( method CreateInvoiceLink (line 81) | public static string CreateInvoiceLink( method CreateInvoiceLinkAsync (line 164) | public static Task CreateInvoiceLinkAsync( FILE: src/library/Telegram.BotAPI/Payments/editUserStarSubscription.cs class PaymentsExtensions (line 10) | public static partial class PaymentsExtensions method EditUserStarSubscription (line 22) | public static bool EditUserStarSubscription( method EditUserStarSubscriptionAsync (line 44) | public static Task EditUserStarSubscriptionAsync( FILE: src/library/Telegram.BotAPI/Payments/getMyStarBalance.cs class PaymentsExtensions (line 12) | public static partial class PaymentsExtensions method GetMyStarBalance (line 21) | public static StarAmount GetMyStarBalance(this ITelegramBotClient clie... method GetMyStarBalanceAsync (line 32) | public static Task GetMyStarBalanceAsync( FILE: src/library/Telegram.BotAPI/Payments/getStarTransactions.cs class PaymentsExtensions (line 10) | public static partial class PaymentsExtensions method GetStarTransactions (line 21) | public static StarTransactions GetStarTransactions( method GetStarTransactionsAsync (line 37) | public static Task GetStarTransactionsAsync( FILE: src/library/Telegram.BotAPI/Payments/refundStarPayment.cs class PaymentsExtensions (line 10) | public static partial class PaymentsExtensions method RefundStarPayment (line 21) | public static bool RefundStarPayment( method RefundStarPaymentAsync (line 37) | public static Task RefundStarPaymentAsync( FILE: src/library/Telegram.BotAPI/Payments/sendInvoice.cs class PaymentsExtensions (line 12) | public static partial class PaymentsExtensions method SendInvoice (line 22) | public static Message SendInvoice(this ITelegramBotClient client, Send... method SendInvoiceAsync (line 34) | public static Task SendInvoiceAsync( method SendInvoice (line 86) | public static Message SendInvoice( method SendInvoiceAsync (line 196) | public static Task SendInvoiceAsync( method SendInvoice (line 394) | public static Message SendInvoice( method SendInvoiceAsync (line 504) | public static Task SendInvoiceAsync( FILE: src/library/Telegram.BotAPI/PropertyNames.cs class PropertyNames (line 10) | public static partial class PropertyNames FILE: src/library/Telegram.BotAPI/Stickers/Args/AddStickerToSetArgs.cs class AddStickerToSetArgs (line 10) | public class AddStickerToSetArgs : AttachedFilesArgsBase method AddStickerToSetArgs (line 18) | public AddStickerToSetArgs(long userId, string name, InputSticker stic... FILE: src/library/Telegram.BotAPI/Stickers/Args/CreateNewStickerSetArgs.cs class CreateNewStickerSetArgs (line 10) | public class CreateNewStickerSetArgs : AttachedFilesArgsBase method CreateNewStickerSetArgs (line 19) | public CreateNewStickerSetArgs( FILE: src/library/Telegram.BotAPI/Stickers/Args/GetCustomEmojiStickersArgs.cs class GetCustomEmojiStickersArgs (line 10) | public class GetCustomEmojiStickersArgs method GetCustomEmojiStickersArgs (line 16) | public GetCustomEmojiStickersArgs(IEnumerable customEmojiIds) FILE: src/library/Telegram.BotAPI/Stickers/Args/ReplaceStickerInSetArgs.cs class ReplaceStickerInSetArgs (line 10) | public class ReplaceStickerInSetArgs : AttachedFilesArgsBase method ReplaceStickerInSetArgs (line 19) | public ReplaceStickerInSetArgs( FILE: src/library/Telegram.BotAPI/Stickers/Args/SendGiftArgs.cs class SendGiftArgs (line 12) | public class SendGiftArgs method SendGiftArgs (line 18) | public SendGiftArgs(string giftId) FILE: src/library/Telegram.BotAPI/Stickers/Args/SendStickerArgs.cs class SendStickerArgs (line 12) | public class SendStickerArgs : AttachedFilesArgsBase method SendStickerArgs (line 19) | public SendStickerArgs(long chatId, InputFile sticker) method SendStickerArgs (line 30) | public SendStickerArgs(long chatId, string sticker) method SendStickerArgs (line 41) | public SendStickerArgs(string chatId, InputFile sticker) method SendStickerArgs (line 52) | public SendStickerArgs(string chatId, string sticker) FILE: src/library/Telegram.BotAPI/Stickers/Args/SetStickerEmojiListArgs.cs class SetStickerEmojiListArgs (line 10) | public class SetStickerEmojiListArgs method SetStickerEmojiListArgs (line 17) | public SetStickerEmojiListArgs(string sticker, IEnumerable emo... FILE: src/library/Telegram.BotAPI/Stickers/Args/SetStickerKeywordsArgs.cs class SetStickerKeywordsArgs (line 10) | public class SetStickerKeywordsArgs method SetStickerKeywordsArgs (line 16) | public SetStickerKeywordsArgs(string sticker) FILE: src/library/Telegram.BotAPI/Stickers/Args/SetStickerMaskPositionArgs.cs class SetStickerMaskPositionArgs (line 10) | public class SetStickerMaskPositionArgs method SetStickerMaskPositionArgs (line 16) | public SetStickerMaskPositionArgs(string sticker) FILE: src/library/Telegram.BotAPI/Stickers/Args/SetStickerSetThumbnailArgs.cs class SetStickerSetThumbnailArgs (line 12) | public class SetStickerSetThumbnailArgs : AttachedFilesArgsBase method SetStickerSetThumbnailArgs (line 20) | public SetStickerSetThumbnailArgs(string name, long userId, string for... FILE: src/library/Telegram.BotAPI/Stickers/Args/UploadStickerFileArgs.cs class UploadStickerFileArgs (line 12) | public class UploadStickerFileArgs : AttachedFilesArgsBase method UploadStickerFileArgs (line 20) | public UploadStickerFileArgs(long userId, InputFile sticker, string st... FILE: src/library/Telegram.BotAPI/Stickers/Gift.cs class Gift (line 10) | public class Gift FILE: src/library/Telegram.BotAPI/Stickers/Gifts.cs class Gifts (line 10) | public class Gifts FILE: src/library/Telegram.BotAPI/Stickers/InputSticker.cs class InputSticker (line 10) | public class InputSticker FILE: src/library/Telegram.BotAPI/Stickers/MaskPosition.cs class MaskPosition (line 10) | public class MaskPosition FILE: src/library/Telegram.BotAPI/Stickers/Sticker.cs class Sticker (line 12) | public class Sticker FILE: src/library/Telegram.BotAPI/Stickers/StickerSet.cs class StickerSet (line 12) | public class StickerSet FILE: src/library/Telegram.BotAPI/Stickers/addStickerToSet.cs class StickersExtensions (line 12) | public static partial class StickersExtensions method AddStickerToSet (line 22) | public static bool AddStickerToSet(this ITelegramBotClient client, Add... method AddStickerToSetAsync (line 34) | public static Task AddStickerToSetAsync( method AddStickerToSet (line 58) | public static bool AddStickerToSet( method AddStickerToSetAsync (line 76) | public static Task AddStickerToSetAsync( FILE: src/library/Telegram.BotAPI/Stickers/createNewStickerSet.cs class StickersExtensions (line 12) | public static partial class StickersExtensions method CreateNewStickerSet (line 22) | public static bool CreateNewStickerSet( method CreateNewStickerSetAsync (line 36) | public static Task CreateNewStickerSetAsync( method CreateNewStickerSet (line 67) | public static bool CreateNewStickerSet( method CreateNewStickerSetAsync (line 95) | public static Task CreateNewStickerSetAsync( FILE: src/library/Telegram.BotAPI/Stickers/deleteStickerFromSet.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method DeleteStickerFromSet (line 20) | public static bool DeleteStickerFromSet(this ITelegramBotClient client... method DeleteStickerFromSetAsync (line 32) | public static Task DeleteStickerFromSetAsync( FILE: src/library/Telegram.BotAPI/Stickers/deleteStickerSet.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method DeleteStickerSet (line 20) | public static bool DeleteStickerSet(this ITelegramBotClient client, st... method DeleteStickerSetAsync (line 32) | public static Task DeleteStickerSetAsync( FILE: src/library/Telegram.BotAPI/Stickers/getAvailableGifts.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method GetAvailableGifts (line 19) | public static Gifts GetAvailableGifts(this ITelegramBotClient client) => method GetAvailableGiftsAsync (line 30) | public static Task GetAvailableGiftsAsync( FILE: src/library/Telegram.BotAPI/Stickers/getCustomEmojiStickers.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method GetCustomEmojiStickers (line 20) | public static IEnumerable GetCustomEmojiStickers( method GetCustomEmojiStickersAsync (line 34) | public static Task> GetCustomEmojiStickersAsync( method GetCustomEmojiStickers (line 60) | public static IEnumerable GetCustomEmojiStickers( method GetCustomEmojiStickersAsync (line 74) | public static Task> GetCustomEmojiStickersAsync( FILE: src/library/Telegram.BotAPI/Stickers/getStickerSet.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method GetStickerSet (line 20) | public static StickerSet GetStickerSet(this ITelegramBotClient client,... method GetStickerSetAsync (line 32) | public static Task GetStickerSetAsync( FILE: src/library/Telegram.BotAPI/Stickers/removeChatVerification.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method RemoveChatVerification (line 20) | public static bool RemoveChatVerification(this ITelegramBotClient clie... method RemoveChatVerificationAsync (line 32) | public static Task RemoveChatVerificationAsync( method RemoveChatVerification (line 60) | public static bool RemoveChatVerification(this ITelegramBotClient clie... method RemoveChatVerificationAsync (line 72) | public static Task RemoveChatVerificationAsync( FILE: src/library/Telegram.BotAPI/Stickers/removeUserVerification.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method RemoveUserVerification (line 20) | public static bool RemoveUserVerification(this ITelegramBotClient clie... method RemoveUserVerificationAsync (line 32) | public static Task RemoveUserVerificationAsync( FILE: src/library/Telegram.BotAPI/Stickers/replaceStickerInSet.cs class StickersExtensions (line 12) | public static partial class StickersExtensions method ReplaceStickerInSet (line 22) | public static bool ReplaceStickerInSet( method ReplaceStickerInSetAsync (line 36) | public static Task ReplaceStickerInSetAsync( method ReplaceStickerInSet (line 65) | public static bool ReplaceStickerInSet( method ReplaceStickerInSetAsync (line 86) | public static Task ReplaceStickerInSetAsync( FILE: src/library/Telegram.BotAPI/Stickers/sendGift.cs class StickersExtensions (line 12) | public static partial class StickersExtensions method SendGift (line 22) | public static bool SendGift(this ITelegramBotClient client, SendGiftAr... method SendGiftAsync (line 34) | public static Task SendGiftAsync( method SendGift (line 62) | public static bool SendGift( method SendGiftAsync (line 92) | public static Task SendGiftAsync( FILE: src/library/Telegram.BotAPI/Stickers/sendSticker.cs class StickersExtensions (line 12) | public static partial class StickersExtensions method SendSticker (line 22) | public static Message SendSticker(this ITelegramBotClient client, Send... method SendStickerAsync (line 34) | public static Task SendStickerAsync( method SendSticker (line 68) | public static Message SendSticker( method SendStickerAsync (line 124) | public static Task SendStickerAsync( method SendSticker (line 220) | public static Message SendSticker( method SendStickerAsync (line 276) | public static Task SendStickerAsync( method SendSticker (line 372) | public static Message SendSticker( method SendStickerAsync (line 428) | public static Task SendStickerAsync( method SendSticker (line 524) | public static Message SendSticker( method SendStickerAsync (line 580) | public static Task SendStickerAsync( FILE: src/library/Telegram.BotAPI/Stickers/setCustomEmojiStickerSetThumbnail.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method SetCustomEmojiStickerSetThumbnail (line 21) | public static bool SetCustomEmojiStickerSetThumbnail( method SetCustomEmojiStickerSetThumbnailAsync (line 38) | public static Task SetCustomEmojiStickerSetThumbnailAsync( FILE: src/library/Telegram.BotAPI/Stickers/setStickerEmojiList.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method SetStickerEmojiList (line 20) | public static bool SetStickerEmojiList( method SetStickerEmojiListAsync (line 34) | public static Task SetStickerEmojiListAsync( method SetStickerEmojiList (line 61) | public static bool SetStickerEmojiList( method SetStickerEmojiListAsync (line 77) | public static Task SetStickerEmojiListAsync( FILE: src/library/Telegram.BotAPI/Stickers/setStickerKeywords.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method SetStickerKeywords (line 20) | public static bool SetStickerKeywords( method SetStickerKeywordsAsync (line 34) | public static Task SetStickerKeywordsAsync( method SetStickerKeywords (line 61) | public static bool SetStickerKeywords( method SetStickerKeywordsAsync (line 77) | public static Task SetStickerKeywordsAsync( FILE: src/library/Telegram.BotAPI/Stickers/setStickerMaskPosition.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method SetStickerMaskPosition (line 20) | public static bool SetStickerMaskPosition( method SetStickerMaskPositionAsync (line 34) | public static Task SetStickerMaskPositionAsync( method SetStickerMaskPosition (line 61) | public static bool SetStickerMaskPosition( method SetStickerMaskPositionAsync (line 77) | public static Task SetStickerMaskPositionAsync( FILE: src/library/Telegram.BotAPI/Stickers/setStickerPositionInSet.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method SetStickerPositionInSet (line 21) | public static bool SetStickerPositionInSet( method SetStickerPositionInSetAsync (line 37) | public static Task SetStickerPositionInSetAsync( FILE: src/library/Telegram.BotAPI/Stickers/setStickerSetThumbnail.cs class StickersExtensions (line 12) | public static partial class StickersExtensions method SetStickerSetThumbnail (line 22) | public static bool SetStickerSetThumbnail( method SetStickerSetThumbnailAsync (line 36) | public static Task SetStickerSetThumbnailAsync( method SetStickerSetThumbnail (line 65) | public static bool SetStickerSetThumbnail( method SetStickerSetThumbnailAsync (line 89) | public static Task SetStickerSetThumbnailAsync( FILE: src/library/Telegram.BotAPI/Stickers/setStickerSetTitle.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method SetStickerSetTitle (line 21) | public static bool SetStickerSetTitle( method SetStickerSetTitleAsync (line 37) | public static Task SetStickerSetTitleAsync( FILE: src/library/Telegram.BotAPI/Stickers/uploadStickerFile.cs class StickersExtensions (line 12) | public static partial class StickersExtensions method UploadStickerFile (line 22) | public static File UploadStickerFile( method UploadStickerFileAsync (line 36) | public static Task UploadStickerFileAsync( method UploadStickerFile (line 60) | public static File UploadStickerFile( method UploadStickerFileAsync (line 78) | public static Task UploadStickerFileAsync( FILE: src/library/Telegram.BotAPI/Stickers/verifyChat.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method VerifyChat (line 21) | public static bool VerifyChat( method VerifyChatAsync (line 37) | public static Task VerifyChatAsync( method VerifyChat (line 67) | public static bool VerifyChat( method VerifyChatAsync (line 83) | public static Task VerifyChatAsync( FILE: src/library/Telegram.BotAPI/Stickers/verifyUser.cs class StickersExtensions (line 10) | public static partial class StickersExtensions method VerifyUser (line 21) | public static bool VerifyUser( method VerifyUserAsync (line 37) | public static Task VerifyUserAsync( FILE: src/library/Telegram.BotAPI/TelegramBotClient.API.cs class TelegramBotClient (line 16) | public partial class TelegramBotClient : ITelegramBotClient method CallApiMethodAndGetResultAsync (line 23) | private async Task CallApiMethodAndGetResultAsync( method CallApiMethodAsync (line 67) | private async Task> CallApiMethodAsync( method CreateFormDataFromObject (line 152) | private static MultipartFormDataContent CreateFormDataFromObject(objec... method ArgsHasFiles (line 244) | private static bool ArgsHasFiles(object args) FILE: src/library/Telegram.BotAPI/TelegramBotClient.ITelegramBotClient.cs class TelegramBotClient (line 6) | public partial class TelegramBotClient : ITelegramBotClient method CallMethod (line 12) | public TResult CallMethod(string method, object? args = null) => method CallMethodAsync (line 16) | public Task CallMethodAsync( method CallMethodDirect (line 23) | public BotResponse CallMethodDirect(string method, o... method CallMethodDirectAsync (line 27) | public Task> CallMethodDirectAsync( FILE: src/library/Telegram.BotAPI/TelegramBotClient.cs class TelegramBotClient (line 29) | public partial class TelegramBotClient(TelegramBotClientOptions options)... method TelegramBotClient (line 40) | public TelegramBotClient(string botToken) method TelegramBotClient (line 51) | [Obsolete("Specify the httpClient in the options instead")] method TelegramBotClient (line 66) | [Obsolete("Specify the httpClient in the options instead")] FILE: src/library/Telegram.BotAPI/TelegramBotClientOptions.cs type TelegramBotClientOptions (line 12) | public record TelegramBotClientOptions FILE: src/library/Telegram.BotAPI/TelegramConstants.cs class TelegramConstants (line 9) | public static class TelegramConstants FILE: src/library/Telegram.BotAPI/TelegramPassport/Args/SetPassportDataErrorsArgs.cs class SetPassportDataErrorsArgs (line 10) | public class SetPassportDataErrorsArgs method SetPassportDataErrorsArgs (line 17) | public SetPassportDataErrorsArgs(long userId, IEnumerable SetPassportDataErrorsAsync( method SetPassportDataErrors (line 64) | public static bool SetPassportDataErrors( method SetPassportDataErrorsAsync (line 81) | public static Task SetPassportDataErrorsAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/DeleteBusinessMessagesArgs.cs class DeleteBusinessMessagesArgs (line 10) | public class DeleteBusinessMessagesArgs method DeleteBusinessMessagesArgs (line 17) | public DeleteBusinessMessagesArgs(string businessConnectionId, IEnumer... FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/DeleteMessagesArgs.cs class DeleteMessagesArgs (line 10) | public class DeleteMessagesArgs method DeleteMessagesArgs (line 17) | public DeleteMessagesArgs(long chatId, IEnumerable messageIds) method DeleteMessagesArgs (line 28) | public DeleteMessagesArgs(string chatId, IEnumerable messageIds) FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/EditMessageCaptionArgs.cs class EditMessageCaptionArgs (line 12) | public class EditMessageCaptionArgs FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/EditMessageChecklistArgs.cs class EditMessageChecklistArgs (line 12) | public class EditMessageChecklistArgs method EditMessageChecklistArgs (line 21) | public EditMessageChecklistArgs( method EditMessageChecklistArgs (line 42) | public EditMessageChecklistArgs( FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/EditMessageLiveLocationArgs.cs class EditMessageLiveLocationArgs (line 12) | public class EditMessageLiveLocationArgs method EditMessageLiveLocationArgs (line 19) | public EditMessageLiveLocationArgs(float latitude, float longitude) FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/EditMessageMediaArgs.cs class EditMessageMediaArgs (line 12) | public class EditMessageMediaArgs : AttachedFilesArgsBase method EditMessageMediaArgs (line 18) | public EditMessageMediaArgs(InputMedia media) FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/EditMessageReplyMarkupArgs.cs class EditMessageReplyMarkupArgs (line 12) | public class EditMessageReplyMarkupArgs FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/EditMessageTextArgs.cs class EditMessageTextArgs (line 12) | public class EditMessageTextArgs method EditMessageTextArgs (line 18) | public EditMessageTextArgs(string text) FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/EditStoryArgs.cs class EditStoryArgs (line 12) | public class EditStoryArgs : AttachedFilesArgsBase method EditStoryArgs (line 20) | public EditStoryArgs(string businessConnectionId, int storyId, InputSt... FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/GetBusinessAccountGiftsArgs.cs class GetBusinessAccountGiftsArgs (line 10) | public class GetBusinessAccountGiftsArgs method GetBusinessAccountGiftsArgs (line 16) | public GetBusinessAccountGiftsArgs(string businessConnectionId) FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/GiftPremiumSubscriptionArgs.cs class GiftPremiumSubscriptionArgs (line 12) | public class GiftPremiumSubscriptionArgs method GiftPremiumSubscriptionArgs (line 20) | public GiftPremiumSubscriptionArgs(long userId, int monthCount, int st... FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/PostStoryArgs.cs class PostStoryArgs (line 12) | public class PostStoryArgs : AttachedFilesArgsBase method PostStoryArgs (line 20) | public PostStoryArgs(string businessConnectionId, InputStoryContent co... FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/SendGiftArgs.cs class SendGiftArgs (line 12) | public class SendGiftArgs method SendGiftArgs (line 18) | public SendGiftArgs(string giftId) FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/SetBusinessAccountGiftSettingsArgs.cs class SetBusinessAccountGiftSettingsArgs (line 12) | public class SetBusinessAccountGiftSettingsArgs method SetBusinessAccountGiftSettingsArgs (line 20) | public SetBusinessAccountGiftSettingsArgs( FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/SetBusinessAccountProfilePhotoArgs.cs class SetBusinessAccountProfilePhotoArgs (line 12) | public class SetBusinessAccountProfilePhotoArgs : AttachedFilesArgsBase method SetBusinessAccountProfilePhotoArgs (line 19) | public SetBusinessAccountProfilePhotoArgs(string businessConnectionId,... FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/StopMessageLiveLocationArgs.cs class StopMessageLiveLocationArgs (line 12) | public class StopMessageLiveLocationArgs FILE: src/library/Telegram.BotAPI/UpdatingMessages/Args/StopPollArgs.cs class StopPollArgs (line 12) | public class StopPollArgs method StopPollArgs (line 19) | public StopPollArgs(long chatId, int messageId) method StopPollArgs (line 30) | public StopPollArgs(string chatId, int messageId) FILE: src/library/Telegram.BotAPI/UpdatingMessages/approveSuggestedPost.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method ApproveSuggestedPost (line 22) | public static bool ApproveSuggestedPost( method ApproveSuggestedPostAsync (line 40) | public static Task ApproveSuggestedPostAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/convertGiftToStars.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method ConvertGiftToStars (line 21) | public static bool ConvertGiftToStars( method ConvertGiftToStarsAsync (line 37) | public static Task ConvertGiftToStarsAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/declineSuggestedPost.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method DeclineSuggestedPost (line 22) | public static bool DeclineSuggestedPost( method DeclineSuggestedPostAsync (line 40) | public static Task DeclineSuggestedPostAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/deleteAllMessageReactions.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method DeleteAllMessageReactions (line 22) | public static bool DeleteAllMessageReactions( method DeleteAllMessageReactionsAsync (line 41) | public static Task DeleteAllMessageReactionsAsync( method DeleteAllMessageReactions (line 81) | public static bool DeleteAllMessageReactions( method DeleteAllMessageReactionsAsync (line 100) | public static Task DeleteAllMessageReactionsAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/deleteBusinessMessages.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method DeleteBusinessMessages (line 20) | public static bool DeleteBusinessMessages( method DeleteBusinessMessagesAsync (line 34) | public static Task DeleteBusinessMessagesAsync( method DeleteBusinessMessages (line 61) | public static bool DeleteBusinessMessages( method DeleteBusinessMessagesAsync (line 81) | public static Task DeleteBusinessMessagesAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/deleteMessage.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method DeleteMessage (line 21) | public static bool DeleteMessage(this ITelegramBotClient client, long ... method DeleteMessageAsync (line 34) | public static Task DeleteMessageAsync( method DeleteMessage (line 64) | public static bool DeleteMessage( method DeleteMessageAsync (line 80) | public static Task DeleteMessageAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/deleteMessageReaction.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method DeleteMessageReaction (line 23) | public static bool DeleteMessageReaction( method DeleteMessageReactionAsync (line 47) | public static Task DeleteMessageReactionAsync( method DeleteMessageReaction (line 93) | public static bool DeleteMessageReaction( method DeleteMessageReactionAsync (line 117) | public static Task DeleteMessageReactionAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/deleteMessages.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method DeleteMessages (line 20) | public static bool DeleteMessages(this ITelegramBotClient client, Dele... method DeleteMessagesAsync (line 32) | public static Task DeleteMessagesAsync( method DeleteMessages (line 55) | public static bool DeleteMessages( method DeleteMessagesAsync (line 71) | public static Task DeleteMessagesAsync( method DeleteMessages (line 104) | public static bool DeleteMessages( method DeleteMessagesAsync (line 120) | public static Task DeleteMessagesAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/deleteStory.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method DeleteStory (line 21) | public static bool DeleteStory( method DeleteStoryAsync (line 37) | public static Task DeleteStoryAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/editMessageCaption.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method EditMessageCaption (line 22) | public static TResult EditMessageCaption( method EditMessageCaptionAsync (line 36) | public static Task EditMessageCaptionAsync( method EditMessageCaption (line 69) | public static Message EditMessageCaption( method EditMessageCaptionAsync (line 110) | public static Task EditMessageCaptionAsync( method EditMessageCaption (line 180) | public static Message EditMessageCaption( method EditMessageCaptionAsync (line 221) | public static Task EditMessageCaptionAsync( method EditMessageCaption (line 290) | public static bool EditMessageCaption( method EditMessageCaptionAsync (line 328) | public static Task EditMessageCaptionAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/editMessageChecklist.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method EditMessageChecklist (line 22) | public static Message EditMessageChecklist( method EditMessageChecklistAsync (line 36) | public static Task EditMessageChecklistAsync( method EditMessageChecklist (line 66) | public static Message EditMessageChecklist( method EditMessageChecklistAsync (line 98) | public static Task EditMessageChecklistAsync( method EditMessageChecklist (line 151) | public static Message EditMessageChecklist( method EditMessageChecklistAsync (line 183) | public static Task EditMessageChecklistAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/editMessageLiveLocation.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method EditMessageLiveLocation (line 22) | public static TResult EditMessageLiveLocation( method EditMessageLiveLocationAsync (line 36) | public static Task EditMessageLiveLocationAsync( method EditMessageLiveLocation (line 71) | public static Message EditMessageLiveLocation( method EditMessageLiveLocationAsync (line 118) | public static Task EditMessageLiveLocationAsync( method EditMessageLiveLocation (line 194) | public static Message EditMessageLiveLocation( method EditMessageLiveLocationAsync (line 241) | public static Task EditMessageLiveLocationAsync( method EditMessageLiveLocation (line 316) | public static bool EditMessageLiveLocation( method EditMessageLiveLocationAsync (line 360) | public static Task EditMessageLiveLocationAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/editMessageMedia.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method EditMessageMedia (line 22) | public static TResult EditMessageMedia( method EditMessageMediaAsync (line 36) | public static Task EditMessageMediaAsync( method EditMessageMedia (line 66) | public static Message EditMessageMedia( method EditMessageMediaAsync (line 92) | public static Task EditMessageMediaAsync( method EditMessageMedia (line 141) | public static Message EditMessageMedia( method EditMessageMediaAsync (line 167) | public static Task EditMessageMediaAsync( method EditMessageMedia (line 215) | public static bool EditMessageMedia( method EditMessageMediaAsync (line 239) | public static Task EditMessageMediaAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/editMessageReplyMarkup.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method EditMessageReplyMarkup (line 22) | public static TResult EditMessageReplyMarkup( method EditMessageReplyMarkupAsync (line 36) | public static Task EditMessageReplyMarkupAsync( method EditMessageReplyMarkup (line 65) | public static Message EditMessageReplyMarkup( method EditMessageReplyMarkupAsync (line 89) | public static Task EditMessageReplyMarkupAsync( method EditMessageReplyMarkup (line 135) | public static Message EditMessageReplyMarkup( method EditMessageReplyMarkupAsync (line 159) | public static Task EditMessageReplyMarkupAsync( method EditMessageReplyMarkup (line 204) | public static bool EditMessageReplyMarkup( method EditMessageReplyMarkupAsync (line 226) | public static Task EditMessageReplyMarkupAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/editMessageText.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method EditMessageText (line 22) | public static TResult EditMessageText( method EditMessageTextAsync (line 36) | public static Task EditMessageTextAsync( method EditMessageText (line 69) | public static Message EditMessageText( method EditMessageTextAsync (line 110) | public static Task EditMessageTextAsync( method EditMessageText (line 177) | public static Message EditMessageText( method EditMessageTextAsync (line 218) | public static Task EditMessageTextAsync( method EditMessageText (line 284) | public static bool EditMessageText( method EditMessageTextAsync (line 322) | public static Task EditMessageTextAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/editStory.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method EditStory (line 22) | public static Story EditStory(this ITelegramBotClient client, EditStor... method EditStoryAsync (line 34) | public static Task EditStoryAsync( method EditStory (line 62) | public static Story EditStory( method EditStoryAsync (line 100) | public static Task EditStoryAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/getAvailableGifts.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method GetAvailableGifts (line 21) | public static Gifts GetAvailableGifts(this ITelegramBotClient client) => method GetAvailableGiftsAsync (line 32) | public static Task GetAvailableGiftsAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/getBusinessAccountGifts.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method GetBusinessAccountGifts (line 22) | public static OwnedGifts GetBusinessAccountGifts( method GetBusinessAccountGiftsAsync (line 36) | public static Task GetBusinessAccountGiftsAsync( method GetBusinessAccountGifts (line 70) | public static OwnedGifts GetBusinessAccountGifts( method GetBusinessAccountGiftsAsync (line 114) | public static Task GetBusinessAccountGiftsAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/getBusinessAccountStarBalance.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method GetBusinessAccountStarBalance (line 22) | public static StarAmount GetBusinessAccountStarBalance( method GetBusinessAccountStarBalanceAsync (line 36) | public static Task GetBusinessAccountStarBalanceAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/giftPremiumSubscription.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method GiftPremiumSubscription (line 22) | public static bool GiftPremiumSubscription( method GiftPremiumSubscriptionAsync (line 36) | public static Task GiftPremiumSubscriptionAsync( method GiftPremiumSubscription (line 67) | public static bool GiftPremiumSubscription( method GiftPremiumSubscriptionAsync (line 102) | public static Task GiftPremiumSubscriptionAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/postStory.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method PostStory (line 22) | public static Story PostStory(this ITelegramBotClient client, PostStor... method PostStoryAsync (line 34) | public static Task PostStoryAsync( method PostStory (line 64) | public static Story PostStory( method PostStoryAsync (line 108) | public static Task PostStoryAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/readBusinessMessage.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method ReadBusinessMessage (line 22) | public static bool ReadBusinessMessage( method ReadBusinessMessageAsync (line 44) | public static Task ReadBusinessMessageAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/removeBusinessAccountProfilePhoto.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method RemoveBusinessAccountProfilePhoto (line 21) | public static bool RemoveBusinessAccountProfilePhoto( method RemoveBusinessAccountProfilePhotoAsync (line 41) | public static Task RemoveBusinessAccountProfilePhotoAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/removeChatVerification.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method RemoveChatVerification (line 20) | public static bool RemoveChatVerification(this ITelegramBotClient clie... method RemoveChatVerificationAsync (line 32) | public static Task RemoveChatVerificationAsync( method RemoveChatVerification (line 60) | public static bool RemoveChatVerification(this ITelegramBotClient clie... method RemoveChatVerificationAsync (line 72) | public static Task RemoveChatVerificationAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/removeUserVerification.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method RemoveUserVerification (line 20) | public static bool RemoveUserVerification(this ITelegramBotClient clie... method RemoveUserVerificationAsync (line 32) | public static Task RemoveUserVerificationAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/sendGift.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method SendGift (line 22) | public static bool SendGift(this ITelegramBotClient client, SendGiftAr... method SendGiftAsync (line 34) | public static Task SendGiftAsync( method SendGift (line 62) | public static bool SendGift( method SendGiftAsync (line 92) | public static Task SendGiftAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/setBusinessAccountBio.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method SetBusinessAccountBio (line 21) | public static bool SetBusinessAccountBio( method SetBusinessAccountBioAsync (line 37) | public static Task SetBusinessAccountBioAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/setBusinessAccountGiftSettings.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method SetBusinessAccountGiftSettings (line 22) | public static bool SetBusinessAccountGiftSettings( method SetBusinessAccountGiftSettingsAsync (line 36) | public static Task SetBusinessAccountGiftSettingsAsync( method SetBusinessAccountGiftSettings (line 64) | public static bool SetBusinessAccountGiftSettings( method SetBusinessAccountGiftSettingsAsync (line 90) | public static Task SetBusinessAccountGiftSettingsAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/setBusinessAccountName.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method SetBusinessAccountName (line 22) | public static bool SetBusinessAccountName( method SetBusinessAccountNameAsync (line 44) | public static Task SetBusinessAccountNameAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/setBusinessAccountProfilePhoto.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method SetBusinessAccountProfilePhoto (line 22) | public static bool SetBusinessAccountProfilePhoto( method SetBusinessAccountProfilePhotoAsync (line 36) | public static Task SetBusinessAccountProfilePhotoAsync( method SetBusinessAccountProfilePhoto (line 64) | public static bool SetBusinessAccountProfilePhoto( method SetBusinessAccountProfilePhotoAsync (line 86) | public static Task SetBusinessAccountProfilePhotoAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/setBusinessAccountUsername.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method SetBusinessAccountUsername (line 21) | public static bool SetBusinessAccountUsername( method SetBusinessAccountUsernameAsync (line 41) | public static Task SetBusinessAccountUsernameAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/stopMessageLiveLocation.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method StopMessageLiveLocation (line 22) | public static TResult StopMessageLiveLocation( method StopMessageLiveLocationAsync (line 36) | public static Task StopMessageLiveLocationAsync( method StopMessageLiveLocation (line 65) | public static Message StopMessageLiveLocation( method StopMessageLiveLocationAsync (line 89) | public static Task StopMessageLiveLocationAsync( method StopMessageLiveLocation (line 135) | public static Message StopMessageLiveLocation( method StopMessageLiveLocationAsync (line 159) | public static Task StopMessageLiveLocationAsync( method StopMessageLiveLocation (line 204) | public static bool StopMessageLiveLocation( method StopMessageLiveLocationAsync (line 226) | public static Task StopMessageLiveLocationAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/stopPoll.cs class UpdatingMessagesExtensions (line 12) | public static partial class UpdatingMessagesExtensions method StopPoll (line 22) | public static Poll StopPoll(this ITelegramBotClient client, StopPollAr... method StopPollAsync (line 34) | public static Task StopPollAsync( method StopPoll (line 59) | public static Poll StopPoll( method StopPollAsync (line 83) | public static Task StopPollAsync( method StopPoll (line 125) | public static Poll StopPoll( method StopPollAsync (line 149) | public static Task StopPollAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/transferBusinessAccountStars.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method TransferBusinessAccountStars (line 21) | public static bool TransferBusinessAccountStars( method TransferBusinessAccountStarsAsync (line 41) | public static Task TransferBusinessAccountStarsAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/transferGift.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method TransferGift (line 23) | public static bool TransferGift( method TransferGiftAsync (line 47) | public static Task TransferGiftAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/upgradeGift.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method UpgradeGift (line 23) | public static bool UpgradeGift( method UpgradeGiftAsync (line 47) | public static Task UpgradeGiftAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/verifyChat.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method VerifyChat (line 21) | public static bool VerifyChat( method VerifyChatAsync (line 37) | public static Task VerifyChatAsync( method VerifyChat (line 67) | public static bool VerifyChat( method VerifyChatAsync (line 83) | public static Task VerifyChatAsync( FILE: src/library/Telegram.BotAPI/UpdatingMessages/verifyUser.cs class UpdatingMessagesExtensions (line 10) | public static partial class UpdatingMessagesExtensions method VerifyUser (line 21) | public static bool VerifyUser( method VerifyUserAsync (line 37) | public static Task VerifyUserAsync( FILE: src/tests/Telegram.BotAPI.Tests/Args.cs class Args (line 6) | public sealed class Args method SendInvoice (line 8) | [Theory] FILE: src/tests/Telegram.BotAPI.Tests/CommandParserTests.cs class CommandParserTests (line 8) | public sealed class CommandParserTests method ParseCommandName (line 10) | [Theory] method ParseParameters (line 22) | [Theory] method ParseUsername (line 34) | [Theory] method FailParse (line 46) | [Theory] method TryParse (line 56) | [Theory] FILE: src/tests/Telegram.BotAPI.Tests/ConverterTests.cs class ConverterTests (line 11) | public sealed class ConverterTests(ITestOutputHelper outputHelper) method DeserializeChatMember (line 15) | [Theory] method DeserializeBackgroundFill (line 89) | [Theory] method SerializeChatMemberReturnsJsonString (line 130) | [Fact] method SerializeAndDeserializeInlineKeyboardMarkup (line 190) | [Fact] method SerializeAndDeserializeTransactionPartner (line 211) | [Fact] method SerializeAndDeserializeRevenueWithdrawalState (line 225) | [Fact] FILE: src/tests/Telegram.BotAPI.Tests/ExtensionsTests.cs class ExtensionsTests (line 11) | public sealed class ExtensionsTests method GetUpdateType (line 13) | [Theory] method BuildInlineKeyboard (line 29) | [Fact] FILE: src/tests/Telegram.BotAPI.Tests/MethodTests.cs class MethodTests (line 6) | public sealed class MethodTests method SendMessageWithNullClient (line 8) | [Fact] FILE: src/tests/Telegram.BotAPI.Tests/Serialization.cs class Serialization (line 12) | public sealed class Serialization(ITestOutputHelper outputHelper) method SerializeEditMessageLiveLocationArgs (line 21) | [Fact] method SerializeReplyMarkup (line 30) | [Fact] method SerializeSendGameArgs (line 48) | [Fact] method SerializeQueryResultWithTextMessageContent (line 63) | [Fact]