Google Apps Chat V1 Client - Class UserMentionMetadata (0.13.0)

Reference documentation and code samples for the Google Apps Chat V1 Client class UserMentionMetadata.

Annotation metadata for user mentions (@).

Generated from protobuf message google.chat.v1.UserMentionMetadata

Namespace

Google \ Apps \ Chat \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ user User

The user mentioned.

↳ type int

The type of user mention.

getUser

The user mentioned.

Returns
Type Description
User|null

hasUser

clearUser

setUser

The user mentioned.

Parameter
Name Description
var User
Returns
Type Description
$this

getType

The type of user mention.

Returns
Type Description
int Enum of type Type.

setType

The type of user mention.

Parameter
Name Description
var int

Enum of type Type.

Returns
Type Description
$this