sendChatAction

inline fun sendChatAction(messageThreadId: Int? = null, block: () -> ChatAction): SendChatActionAction
inline fun sendChatAction(action: ChatAction, messageThreadId: Int? = null): SendChatActionAction