MuteResponse - daneden/Twift GitHub Wiki

MuteResponse

A response object containing information relating to a mute status.

public struct MuteResponse: Codable 

Inheritance

Codable

Properties

muting

Indicates whether the id is muting the specified user as a result of this request.

public let muting: Bool