DEV: Move chat service objects into core (#26506)

This commit is contained in:
Jan Cernik
2024-04-04 08:57:41 -05:00
committed by GitHub
parent 9af957014e
commit cab178a405
16 changed files with 313 additions and 321 deletions

View File

@ -2,7 +2,7 @@
module ChatSDK
class Thread
include Chat::WithServiceHelper
include WithServiceHelper
# Updates the title of a specified chat thread.
#