Package dev. inmo. tgbotapi. webapps. popup
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun PopupButton( id: String, type: PopupButtonType, text: String? = null): PopupButton
Content copied to clipboard
Link copied to clipboard
fun PopupParams( message: String, firstButton: PopupButton, vararg otherButtons: PopupButton): PopupParams
Content copied to clipboard
fun PopupParams( message: String, title: String?, buttons: Array<PopupButton>): PopupParams
Content copied to clipboard
fun PopupParams( title: String, message: String, firstButton: PopupButton, vararg otherButtons: PopupButton): PopupParams
Content copied to clipboard