C# 클래스 SanderVantEinde.TelegramBot.TemplateInlineHandler

파일 보기 프로젝트 열기: sandervanteinde/TelegramBot

보호된 메소드들

메소드 설명
AddArticle ( string id, string title, string messageText, string parseMode = null, bool disableWebPagePreview = false, string url = null, bool hideUrl = false, string description = null, string thumbUrl = null, int thumbWidth, int thumbHeight ) : void
AddGif ( string id, string gifUrl, int gifWidth, int gifHeight, string thumbUrl = null, string title = null, string caption = null, string messageText = null, string parseMode = null, bool disableWebPagePreview = false ) : void
AddMpeg4Gif ( string id, string mpeg4Url, int mpeg4Width, int mpeg4Height, string thumbUrl = null, string title = null, string caption = null, string messageText = null, string parseMode = null, bool disableWebPagePreview = false ) : void
AddPhoto ( string id, string photoUrl, string thumbUrl, int photoWidth, int photoHeight, string title = null, string description = null, string caption = null, string messageText = null, string parseMode = null, bool disableWebPagePreview = false ) : void
AddVideo ( string id, string videoUrl, string mimeType, string messageText = null, string parseMode = null, bool disableWegPagePreview = false, int videoWidth, int videoHeight, int videoDuration, string thumbUrl = null, string title = null, string description = null ) : void
HandleInlineMessage ( InlineQuery query, TelegramBot bot ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
AddQueryResult ( InlineQueryResult result ) : void
GetInlineMessageResult ( InlineQuery query, TelegramBot bot ) : System.Threading.Tasks.Task

메소드 상세

AddArticle() 보호된 메소드

protected AddArticle ( string id, string title, string messageText, string parseMode = null, bool disableWebPagePreview = false, string url = null, bool hideUrl = false, string description = null, string thumbUrl = null, int thumbWidth, int thumbHeight ) : void
id string
title string
messageText string
parseMode string
disableWebPagePreview bool
url string
hideUrl bool
description string
thumbUrl string
thumbWidth int
thumbHeight int
리턴 void

AddGif() 보호된 메소드

protected AddGif ( string id, string gifUrl, int gifWidth, int gifHeight, string thumbUrl = null, string title = null, string caption = null, string messageText = null, string parseMode = null, bool disableWebPagePreview = false ) : void
id string
gifUrl string
gifWidth int
gifHeight int
thumbUrl string
title string
caption string
messageText string
parseMode string
disableWebPagePreview bool
리턴 void

AddMpeg4Gif() 보호된 메소드

protected AddMpeg4Gif ( string id, string mpeg4Url, int mpeg4Width, int mpeg4Height, string thumbUrl = null, string title = null, string caption = null, string messageText = null, string parseMode = null, bool disableWebPagePreview = false ) : void
id string
mpeg4Url string
mpeg4Width int
mpeg4Height int
thumbUrl string
title string
caption string
messageText string
parseMode string
disableWebPagePreview bool
리턴 void

AddPhoto() 보호된 메소드

protected AddPhoto ( string id, string photoUrl, string thumbUrl, int photoWidth, int photoHeight, string title = null, string description = null, string caption = null, string messageText = null, string parseMode = null, bool disableWebPagePreview = false ) : void
id string
photoUrl string
thumbUrl string
photoWidth int
photoHeight int
title string
description string
caption string
messageText string
parseMode string
disableWebPagePreview bool
리턴 void

AddVideo() 보호된 메소드

protected AddVideo ( string id, string videoUrl, string mimeType, string messageText = null, string parseMode = null, bool disableWegPagePreview = false, int videoWidth, int videoHeight, int videoDuration, string thumbUrl = null, string title = null, string description = null ) : void
id string
videoUrl string
mimeType string
messageText string
parseMode string
disableWegPagePreview bool
videoWidth int
videoHeight int
videoDuration int
thumbUrl string
title string
description string
리턴 void

HandleInlineMessage() 보호된 추상적인 메소드

protected abstract HandleInlineMessage ( InlineQuery query, TelegramBot bot ) : System.Threading.Tasks.Task
query InlineQuery
bot TelegramBot
리턴 System.Threading.Tasks.Task