@ -1,6 +1,6 @@
// Package tgbotapi has functions and types used for interacting with
// Package got has functions and types used for interacting with
// the Telegram Bot API.
package tgbotapi
package got
import (
"bytes"
@ -1,4 +1,4 @@
package tgbotapi_test
package got_test
"io/ioutil"
"encoding/json"
"net/url"
@ -622,7 +622,7 @@ func NewEditMessageCaption(chatID int64, messageID int, caption string) EditMess
ChatID: chatID,
MessageID: messageID,
},
Caption: caption,
}
"testing"
"errors"
// PassportRequestInfoConfig allows you to request passport info
type PassportRequestInfoConfig struct {