type method

Implementation

MessageGetQueryBuilder type(AmityMessageDataType? type) {
  _type = type;
  return this;
}