editChatWelcomeMessage¶
Edits a welcome message of a chat; requires can_send_welcome_messages administrator right in the chat
editChatWelcomeMessage(
chat_id: int53,
welcome_message_id: int32,
input_message_content: InputMessageContent
) → Ok
chat_id¶
int53
The identifier of the chat
welcome_message_id¶
int32
The identifier of the welcome message
input_message_content¶
New content of the message. Must be one of the following types: inputMessageText, inputMessageAnimation, inputMessageAudio, inputMessageDocument, inputMessagePhoto, inputMessageRichMessage, inputMessageSticker, inputMessageVideo, inputMessageVideoNote, inputMessageVoiceNote