setGUID method

MessagesRequestBuilder setGUID(
  1. String guid
)

Sets the group ID. Android Reference: MessagesRequestBuilder.setGUID(String guid)

Implementation

MessagesRequestBuilder setGUID(String guid) {
  this.guid = guid;
  return this;
}