mirror of
				https://github.com/LonamiWebs/Telethon.git
				synced 2025-11-04 09:57:29 +03:00 
			
		
		
		
	Cleanup usage of removed inline_only parameter (#4630)
This commit is contained in:
		
							parent
							
								
									8bb2ec30fe
								
							
						
					
					
						commit
						f61518274e
					
				| 
						 | 
					@ -391,7 +391,7 @@ class InlineBuilder:
 | 
				
			||||||
                    'text geo contact game'.split(), args) if x[1]) or 'none')
 | 
					                    'text geo contact game'.split(), args) if x[1]) or 'none')
 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        markup = self._client.build_reply_markup(buttons, inline_only=True)
 | 
					        markup = self._client.build_reply_markup(buttons)
 | 
				
			||||||
        if text is not None:
 | 
					        if text is not None:
 | 
				
			||||||
            text, msg_entities = await self._client._parse_message_text(
 | 
					            text, msg_entities = await self._client._parse_message_text(
 | 
				
			||||||
                text, parse_mode
 | 
					                text, parse_mode
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user