* Returns a list of basic group and supergroup chats, which can be used as a discussion group for a channel. Basic group chats need to be first upgraded to supergroups before they can be set as a discussion group.
13
*/
14
class GetSuitableDiscussionChats extends TdFunction
15
{
16
public const TYPE_NAME = 'getSuitableDiscussionChats';
17
18
public function __construct()
19
{
20
}
21
22
public static function fromArray(array $array): GetSuitableDiscussionChats
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.