Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendMessageAsListenerIntentHandler ¶
type SendMessageAsListenerIntentHandler struct {
// contains filtered or unexported fields
}
func NewSendMessageAsListenerIntentHandler ¶
func NewSendMessageAsListenerIntentHandler(accounts account.Store, chats chat.Store) *SendMessageAsListenerIntentHandler
func (*SendMessageAsListenerIntentHandler) Validate ¶
func (h *SendMessageAsListenerIntentHandler) Validate(ctx context.Context, intentRecord *codeintent.Record, customMetadata proto.Message) (*intent.ValidationResult, error)
type SendTipMessagePaymentIntentHandler ¶
type SendTipMessagePaymentIntentHandler struct {
// contains filtered or unexported fields
}
func NewSendTipMessagePaymentIntentHandler ¶
func NewSendTipMessagePaymentIntentHandler(accounts account.Store, messages messaging.MessageStore) *SendTipMessagePaymentIntentHandler
func (*SendTipMessagePaymentIntentHandler) Validate ¶
func (h *SendTipMessagePaymentIntentHandler) Validate(ctx context.Context, intentRecord *codeintent.Record, customMetadata proto.Message) (*intent.ValidationResult, error)
Click to show internal directories.
Click to hide internal directories.