Package com.pengrad.telegrambot.request
Class CreateForumTopic
java.lang.Object
com.pengrad.telegrambot.request.BaseRequest<CreateForumTopic,CreateForumTopicResponse>
com.pengrad.telegrambot.request.CreateForumTopic
public class CreateForumTopic extends BaseRequest<CreateForumTopic,CreateForumTopicResponse>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CreateForumTopic(java.lang.Long chatId, java.lang.String name)CreateForumTopic(java.lang.String chatId, java.lang.String name) -
Method Summary
Modifier and Type Method Description CreateForumTopiciconColor(java.lang.Integer iconColor)CreateForumTopiciconCustomEmojiId(java.lang.String iconCustomEmojiId)Methods inherited from class com.pengrad.telegrambot.request.BaseRequest
add, addAll, getContentType, getFileName, getMethod, getParameters, getResponseType, getTimeoutSeconds, isMultipart, toWebhookResponse
-
Constructor Details
-
CreateForumTopic
public CreateForumTopic(java.lang.Long chatId, java.lang.String name) -
CreateForumTopic
public CreateForumTopic(java.lang.String chatId, java.lang.String name)
-
-
Method Details