Skip to content

declearn.communication.messaging.JoinReply

Bases: Message

Server-emitted reply to a JoinRequest.

Source code in declearn/communication/messaging/_messages.py
185
186
187
188
189
190
191
192
@dataclasses.dataclass
class JoinReply(Message):
    """Server-emitted reply to a JoinRequest."""

    typekey = "join_reply"

    accept: bool
    flag: str