mirror of
				https://github.com/Rapptz/discord.py.git
				synced 2025-10-31 13:32:57 +00:00 
			
		
		
		
	| @@ -117,6 +117,9 @@ class TextInput(Item[V]): | ||||
|         ) | ||||
|         self.row: Optional[int] = row | ||||
|  | ||||
|     def __str__(self) -> str: | ||||
|         return self.value or '' | ||||
|  | ||||
|     @property | ||||
|     def custom_id(self) -> str: | ||||
|         """:class:`str`: The ID of the select menu that gets received during an interaction.""" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user