Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose TeamsMessage interface to support mocking #289

Merged
merged 1 commit into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. Expose TeamsMessage interface to support mocking

    Export the `TeamsMessage` interface type to better support
    abstracting/mocking the functionality of this library by
    dependent projects.
    
    The fields of the interface are intentionally not exported so
    as to help prevent future changes/improvements from breaking
    client code.
    
    This change is considered a non-breaking change as the support
    for creating message types compliant with this interface is
    unchanged.
    
    refs GH-285
    atc0005 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1c810df View commit details
    Browse the repository at this point in the history