(msg: Api.Message, text: string, seconds: number = 5)
| 606 | peer, msgId, reaction: reactionObjects, big, |
| 607 | }) |
| 608 | ); |
| 609 | } |
| 610 | |
| 611 | // Remove duplicate MessageBuilder definition |
| 612 | |
| 613 | /** |
| 614 | * Helper method to get display text for reactions (fallback without entities) |
| 615 | */ |
| 616 | private async getReactionDisplay(msg: Api.Message, emojiText: string, reactions: (string | BigInteger)[]): Promise<string> { |
no test coverage detected