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

34 uses

	github.com/gotd/td/tg (current package)
		tl_input_bot_inline_result_gen.go#L496: type InputBotInlineResultPhoto struct {
		tl_input_bot_inline_result_gen.go#L514: func (i InputBotInlineResultPhoto) construct() InputBotInlineResultClass { return &i }
		tl_input_bot_inline_result_gen.go#L518: 	_ bin.Encoder     = &InputBotInlineResultPhoto{}
		tl_input_bot_inline_result_gen.go#L519: 	_ bin.Decoder     = &InputBotInlineResultPhoto{}
		tl_input_bot_inline_result_gen.go#L520: 	_ bin.BareEncoder = &InputBotInlineResultPhoto{}
		tl_input_bot_inline_result_gen.go#L521: 	_ bin.BareDecoder = &InputBotInlineResultPhoto{}
		tl_input_bot_inline_result_gen.go#L523: 	_ InputBotInlineResultClass = &InputBotInlineResultPhoto{}
		tl_input_bot_inline_result_gen.go#L526: func (i *InputBotInlineResultPhoto) Zero() bool {
		tl_input_bot_inline_result_gen.go#L547: func (i *InputBotInlineResultPhoto) String() string {
		tl_input_bot_inline_result_gen.go#L551: 	type Alias InputBotInlineResultPhoto
		tl_input_bot_inline_result_gen.go#L556: func (i *InputBotInlineResultPhoto) FillFrom(from interface {
		tl_input_bot_inline_result_gen.go#L571: func (*InputBotInlineResultPhoto) TypeID() uint32 {
		tl_input_bot_inline_result_gen.go#L576: func (*InputBotInlineResultPhoto) TypeName() string {
		tl_input_bot_inline_result_gen.go#L581: func (i *InputBotInlineResultPhoto) TypeInfo() tdp.Type {
		tl_input_bot_inline_result_gen.go#L612: func (i *InputBotInlineResultPhoto) Encode(b *bin.Buffer) error {
		tl_input_bot_inline_result_gen.go#L621: func (i *InputBotInlineResultPhoto) EncodeBare(b *bin.Buffer) error {
		tl_input_bot_inline_result_gen.go#L643: func (i *InputBotInlineResultPhoto) Decode(b *bin.Buffer) error {
		tl_input_bot_inline_result_gen.go#L654: func (i *InputBotInlineResultPhoto) DecodeBare(b *bin.Buffer) error {
		tl_input_bot_inline_result_gen.go#L690: func (i *InputBotInlineResultPhoto) GetID() (value string) {
		tl_input_bot_inline_result_gen.go#L698: func (i *InputBotInlineResultPhoto) GetType() (value string) {
		tl_input_bot_inline_result_gen.go#L706: func (i *InputBotInlineResultPhoto) GetPhoto() (value InputPhotoClass) {
		tl_input_bot_inline_result_gen.go#L714: func (i *InputBotInlineResultPhoto) GetSendMessage() (value InputBotInlineMessageClass) {
		tl_input_bot_inline_result_gen.go#L1322: 		v := InputBotInlineResultPhoto{}
		tl_input_bot_inline_result_slices_gen.go#L135: 		value, ok := elem.(*InputBotInlineResultPhoto)
		tl_input_bot_inline_result_slices_gen.go#L254: type InputBotInlineResultPhotoArray []InputBotInlineResultPhoto
		tl_input_bot_inline_result_slices_gen.go#L257: func (s InputBotInlineResultPhotoArray) Sort(less func(a, b InputBotInlineResultPhoto) bool) InputBotInlineResultPhotoArray {
		tl_input_bot_inline_result_slices_gen.go#L265: func (s InputBotInlineResultPhotoArray) SortStable(less func(a, b InputBotInlineResultPhoto) bool) InputBotInlineResultPhotoArray {
		tl_input_bot_inline_result_slices_gen.go#L273: func (s InputBotInlineResultPhotoArray) Retain(keep func(x InputBotInlineResultPhoto) bool) InputBotInlineResultPhotoArray {
		tl_input_bot_inline_result_slices_gen.go#L287: func (s InputBotInlineResultPhotoArray) First() (v InputBotInlineResultPhoto, ok bool) {
		tl_input_bot_inline_result_slices_gen.go#L295: func (s InputBotInlineResultPhotoArray) Last() (v InputBotInlineResultPhoto, ok bool) {
		tl_input_bot_inline_result_slices_gen.go#L303: func (s *InputBotInlineResultPhotoArray) PopFirst() (v InputBotInlineResultPhoto, ok bool) {
		tl_input_bot_inline_result_slices_gen.go#L313: 	var zero InputBotInlineResultPhoto
		tl_input_bot_inline_result_slices_gen.go#L322: func (s *InputBotInlineResultPhotoArray) Pop() (v InputBotInlineResultPhoto, ok bool) {
		tl_registry_gen.go#L4187: 		InputBotInlineResultPhotoTypeID:                          func() bin.Object { return &InputBotInlineResultPhoto{} },