CopyTextButton

telegramium.bots.CopyTextButton
final case class CopyTextButton(text: String)

This object represents an inline keyboard button that copies specified text to the clipboard.

Value parameters

text

The text to be copied to the clipboard; 1-256 characters

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product