Discord::REST::ModifyRolePositionPayload
Inherits JSON::Serializable / Struct / Value / Object
A request payload to rearrange roles in a Guild by a REST API call.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
id
Sourceid=(id : Snowflake)
Sourceposition
Sourceposition=(position : Int32)
Source