Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIView ¶
type APIView struct { }
APIView - do stuff using telegram api
func NewTelegramAPIView ¶
NewTelegramAPIView - constructor
func (*APIView) ShowAnimation ¶
func (t *APIView) ShowAnimation(animation output.ViewAnimationData) (int, error)
ShowAnimation - display image using telegram bot api
func (*APIView) ShowAudio ¶
func (t *APIView) ShowAudio(msg output.ViewAudioData) (int, error)
ShowAudio - display audio message using telegram bot api
func (*APIView) ShowImage ¶
func (t *APIView) ShowImage(msg output.ViewImageData) (int, error)
ShowImage - display image using telegram bot api
func (*APIView) ShowMessage ¶
func (t *APIView) ShowMessage(msg output.ViewMessageData) (int, error)
ShowMessage - display msg using telegram bot api
Click to show internal directories.
Click to hide internal directories.