. * * @author Amir Hossein Jafari * @copyright 2016-2023 Amir Hossein Jafari * @license https://opensource.org/licenses/AGPL-3.0 AGPLv3 * @link https://docs.madelineproto.xyz MadelineProto documentation */ namespace danog\MadelineProto\EventHandler\Action; use danog\MadelineProto\EventHandler\Action; /** * User is currently speaking in the group call. */ final class GroupCallSpeaking extends Action { }