Skip to content

getChatReportSpamState

Sahri Riza Umami edited this page Jun 10, 2017 · 4 revisions

Returns current chat report spam state.

getChatReportSpamState(chat_id)
Option Description
chat_id Chat identifier.

Example

getChatReportSpamState(1234567890)

Response:

{
  ID = "ChatReportSpamState",
  can_report_spam_ = false
}

Test script
Frequently Asked Questions
The Functions

Clone this wiki locally