Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReplyMarkup ¶ added in v0.10.9
Types ¶
type Chat ¶
type Chat struct { Sender telegram.Sender ID telegram.ChatID Silent bool Preview bool ParseMode telegram.ParseMode }
type MediaCaption ¶ added in v0.10.9
type MediaError ¶ added in v0.10.9
type MediaError struct {
E error
}
func (MediaError) Cause ¶ added in v0.10.9
func (e MediaError) Cause() error
func (MediaError) Error ¶ added in v0.10.9
func (e MediaError) Error() string
func (MediaError) Get ¶ added in v0.10.9
func (e MediaError) Get(ctx context.Context) (media *Media, err error)
func (MediaError) Unwrap ¶ added in v0.10.9
func (e MediaError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.