agency.models.message

Module Contents

Classes

AgencyMutationMessage

A single chat message bound to channel.

PersonMutationMessage

A single chat message bound to channel.

class agency.models.message.AgencyMutationMessage[source]

Bases: onegov.chat.Message, onegov.org.models.message.TicketMessageMixin

A single chat message bound to channel.

__mapper_args__[source]
classmethod create(ticket: onegov.ticket.Ticket, request: onegov.agency.request.AgencyRequest, change: str) typing_extensions.Self[source]
class agency.models.message.PersonMutationMessage[source]

Bases: onegov.chat.Message, onegov.org.models.message.TicketMessageMixin

A single chat message bound to channel.

__mapper_args__[source]
classmethod create(ticket: onegov.ticket.Ticket, request: onegov.agency.request.AgencyRequest, change: str) typing_extensions.Self[source]