Home
last modified time | relevance | path

Searched refs:StickerConfig (Results 1 – 6 of 6) sorted by relevance

/dports/www/beehive/beehive-0.4.0/vendor/github.com/go-telegram-bot-api/telegram-bot-api/
H A Dhelpers.go149 func NewStickerUpload(chatID int64, file interface{}) StickerConfig {
150 return StickerConfig{
165 func NewStickerShare(chatID int64, fileID string) StickerConfig {
166 return StickerConfig{
H A Dconfigs.go414 type StickerConfig struct { struct
419 func (config StickerConfig) values() (url.Values, error) { argument
431 func (config StickerConfig) params() (map[string]string, error) { argument
438 func (config StickerConfig) name() string { argument
443 func (config StickerConfig) method() string { argument
/dports/www/miniflux/v2-2.0.35/vendor/github.com/go-telegram-bot-api/telegram-bot-api/
H A Dhelpers.go149 func NewStickerUpload(chatID int64, file interface{}) StickerConfig {
150 return StickerConfig{
165 func NewStickerShare(chatID int64, fileID string) StickerConfig {
166 return StickerConfig{
H A Dconfigs.go414 type StickerConfig struct {
419 func (config StickerConfig) values() (url.Values, error) {
431 func (config StickerConfig) params() (map[string]string, error) {
438 func (config StickerConfig) name() string {
443 func (config StickerConfig) method() string {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/go-telegram-bot-api/telegram-bot-api/
H A Dhelpers.go150 func NewStickerUpload(chatID int64, file interface{}) StickerConfig {
151 return StickerConfig{
166 func NewStickerShare(chatID int64, fileID string) StickerConfig {
167 return StickerConfig{
H A Dconfigs.go414 type StickerConfig struct { struct
419 func (config StickerConfig) values() (url.Values, error) { argument
431 func (config StickerConfig) params() (map[string]string, error) { argument
438 func (config StickerConfig) name() string { argument
443 func (config StickerConfig) method() string { argument