struct Discord::REST::ModifyChannelPositionPayload
- Discord::REST::ModifyChannelPositionPayload
- Struct
- Value
- Object
Overview
A request payload to rearrange channels in a Guild
by a REST API call.
Defined in:
discordcr/mappings/rest.crConstructors
Instance Method Summary
Constructor Detail
def self.new(id : UInt64 | Snowflake, position : Int32, parent_id : UInt64 | Snowflake | ChannelParent = ChannelParent::Unchanged, lock_permissions : Bool | Nil = nil)
#