Create Forum Topic Action
class CreateForumTopicAction(name: String, iconColor: IconColor? = null, iconCustomEmojiId: String? = null) : Action<ForumTopic>
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun Request<ForumTopic>.doRequestReturning(bot: TelegramBot): Deferred<Response<out ForumTopic>>
Link copied to clipboard
Make a request for action.
Link copied to clipboard
Make a request for action returning its Response.
Link copied to clipboard
Link copied to clipboard
Payload to make response for the webhook request as described there.