Add NewInlineQueryResultPhotoWithThumb for #54.
This commit is contained in:
parent
1daed40422
commit
4f996f7f27
3 changed files with 22 additions and 1 deletions
2
bot.go
2
bot.go
|
@ -396,7 +396,7 @@ func (bot *BotAPI) RemoveWebhook() (APIResponse, error) {
|
|||
//
|
||||
// If this is set, GetUpdates will not get any data!
|
||||
//
|
||||
// If you do not have a legitmate TLS certificate, you need to include
|
||||
// If you do not have a legitimate TLS certificate, you need to include
|
||||
// your self signed certificate with the config.
|
||||
func (bot *BotAPI) SetWebhook(config WebhookConfig) (APIResponse, error) {
|
||||
if config.Certificate == nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue