Input Object GitHub::ChangeUserStatusInput

Autogenerated input type of ChangeUserStatus

Input Fields

emoji: String

The emoji to represent your status. Can either be a native Unicode emoji or an emoji name with colons, e.g., :grinning:.

message: String

A short description of your current status.

organizationId: ID

The ID of the organization whose members will be allowed to see the status. If omitted, the status will be publicly visible.

limitedAvailability: Boolean

Whether this status should indicate you are not fully available on GitHub, e.g., you are away.

expiresAt: DateTime

If set, the user status will not be shown after this date.

clientMutationId: String

A unique identifier for the client performing the mutation.

Uses

Mutation.changeUserStatus