type github.com/gotd/td/tg.BotsPreviewInfo

22 uses

	github.com/gotd/td/tg (current package)
		tl_bots_get_preview_info_gen.go#L222: func (c *Client) BotsGetPreviewInfo(ctx context.Context, request *BotsGetPreviewInfoRequest) (*BotsPreviewInfo, error) {
		tl_bots_get_preview_info_gen.go#L223: 	var result BotsPreviewInfo
		tl_bots_preview_info_gen.go#L41: type BotsPreviewInfo struct {
		tl_bots_preview_info_gen.go#L60: 	_ bin.Encoder     = &BotsPreviewInfo{}
		tl_bots_preview_info_gen.go#L61: 	_ bin.Decoder     = &BotsPreviewInfo{}
		tl_bots_preview_info_gen.go#L62: 	_ bin.BareEncoder = &BotsPreviewInfo{}
		tl_bots_preview_info_gen.go#L63: 	_ bin.BareDecoder = &BotsPreviewInfo{}
		tl_bots_preview_info_gen.go#L66: func (p *BotsPreviewInfo) Zero() bool {
		tl_bots_preview_info_gen.go#L81: func (p *BotsPreviewInfo) String() string {
		tl_bots_preview_info_gen.go#L85: 	type Alias BotsPreviewInfo
		tl_bots_preview_info_gen.go#L90: func (p *BotsPreviewInfo) FillFrom(from interface {
		tl_bots_preview_info_gen.go#L101: func (*BotsPreviewInfo) TypeID() uint32 {
		tl_bots_preview_info_gen.go#L106: func (*BotsPreviewInfo) TypeName() string {
		tl_bots_preview_info_gen.go#L111: func (p *BotsPreviewInfo) TypeInfo() tdp.Type {
		tl_bots_preview_info_gen.go#L134: func (p *BotsPreviewInfo) Encode(b *bin.Buffer) error {
		tl_bots_preview_info_gen.go#L143: func (p *BotsPreviewInfo) EncodeBare(b *bin.Buffer) error {
		tl_bots_preview_info_gen.go#L161: func (p *BotsPreviewInfo) Decode(b *bin.Buffer) error {
		tl_bots_preview_info_gen.go#L172: func (p *BotsPreviewInfo) DecodeBare(b *bin.Buffer) error {
		tl_bots_preview_info_gen.go#L214: func (p *BotsPreviewInfo) GetMedia() (value []BotPreviewMedia) {
		tl_bots_preview_info_gen.go#L222: func (p *BotsPreviewInfo) GetLangCodes() (value []string) {
		tl_registry_gen.go#L6356: 		BotsPreviewInfoTypeID:                                                   func() bin.Object { return &BotsPreviewInfo{} },
		tl_server_gen.go#L10349: func (s *ServerDispatcher) OnBotsGetPreviewInfo(f func(ctx context.Context, request *BotsGetPreviewInfoRequest) (*BotsPreviewInfo, error)) {