sameThread
inline fun <Error class: unknown class>.sameThread(chatId: <Error class: unknown class>, threadId: <Error class: unknown class>? = chatId.threadId): <Error class: unknown class>
Thread is the same thing that topic
Return
true in case if this message is in the chat chatId and topic threadId. The same here means that these messages from one chat and have equal Message.threadIdOrNull identifier
inline fun <Error class: unknown class>.sameThread(chat: <Error class: unknown class>, threadId: <Error class: unknown class>? = chat.id.threadId): <Error class: unknown class>
Thread is the same thing that topic
Return
true in case if this message is from the chat and topic threadId. The same here means that these messages from one chat and have equal Message.threadIdOrNull identifier
inline fun <Error class: unknown class>.sameThread(other: <Error class: unknown class>): <Error class: unknown class>
Thread is the same thing that topic
Return
true in case if this message is in the same topic as the other. The same here means that these messages from one chat and have equal Message.threadIdOrNull identifier