EditForumTopicReq

telegramium.bots.client.EditForumTopicReq
final case class EditForumTopicReq(chatId: ChatId, messageThreadId: Int, name: Option[String], iconCustomEmojiId: Option[String])

Value parameters

chatId

Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)

iconCustomEmojiId

New unique identifier of the custom emoji shown as the topic icon. Use getForumTopicIconStickers to get all allowed custom emoji identifiers. Pass an empty string to remove the icon. If not specified, the current icon will be kept

messageThreadId

Unique identifier for the target message thread of the forum topic

name

New topic name, 0-128 characters. If not specified or empty, the current name of the topic will be kept

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