CustomEmojiMessageEntity

final case class CustomEmojiMessageEntity(offset: Int, length: Int, customEmojiId: String) extends MessageEntity

custom_emoji

Value parameters:
customEmojiId

unique identifier of the custom emoji. Use getCustomEmojiStickers to get full information about the sticker

length

Length of the entity in UTF-16 code units

offset

Offset in UTF-16 code units to the start of the entity

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product