struct Discord::REST::PruneCountResponse

Overview

A response to the Get Guild Prune Count REST API call.

Included Modules

Defined in:

discordcr/mappings/rest.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def pruned : UInt32 #

[View source]
def pruned=(pruned : UInt32) #

[View source]