Future<bool> isChatting([int gid=0]) async{bool val= await Mesibo.getInternal().isChatting(super.hash_id,gid) as bool;return Future<bool>.value(val);}