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