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
# @return [String, nil] when HTTP status code is 200
2750
2750
# @return [String, nil] when other HTTP status code is returned. This String is HTTP response body itself.
2751
2751
def set_rich_menu_image: (
2752
2752
rich_menu_id: String,
2753
-
?body: File?
2753
+
body: File
2754
2754
) -> (String?)
2755
2755
2756
2756
# If the Standby Channel wants to take the initiative (Chat Control), it calls the Acquire Control API. The channel that was previously an Active Channel will automatically switch to a Standby Channel.
0 commit comments