You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both of current costructors has required field inputMessageContent or wrapped for same reasons messageText
The thing is
input_message_content | InputMessageContent | Optional. Content of the message to be sent instead of the video. This field is required if InlineQueryResultVideo is used to send an HTML-page as a result (e.g., a YouTube video).
so there's no option to actually send video from inline right now.
Using both of available constructors, choosen inline result replacing with messageText instead of video
Suggested resolution: one simple ( and I believe it should be the main) constructor with only neccessary arguments
Both of current costructors has required field
inputMessageContent
or wrapped for same reasonsmessageText
The thing is
so there's no option to actually send video from inline right now.
Using both of available constructors, choosen inline result replacing with messageText instead of video
Suggested resolution: one simple ( and I believe it should be the main) constructor with only neccessary arguments
The text was updated successfully, but these errors were encountered: