type github.com/gotd/td/tg.BotInlineResult
44 uses
github.com/gotd/td/tg (current package)
tl_bot_inline_result_gen.go#L38: type BotInlineResult struct {
tl_bot_inline_result_gen.go#L79: func (b BotInlineResult) construct() BotInlineResultClass { return &b }
tl_bot_inline_result_gen.go#L83: _ bin.Encoder = &BotInlineResult{}
tl_bot_inline_result_gen.go#L84: _ bin.Decoder = &BotInlineResult{}
tl_bot_inline_result_gen.go#L85: _ bin.BareEncoder = &BotInlineResult{}
tl_bot_inline_result_gen.go#L86: _ bin.BareDecoder = &BotInlineResult{}
tl_bot_inline_result_gen.go#L88: _ BotInlineResultClass = &BotInlineResult{}
tl_bot_inline_result_gen.go#L91: func (b *BotInlineResult) Zero() bool {
tl_bot_inline_result_gen.go#L127: func (b *BotInlineResult) String() string {
tl_bot_inline_result_gen.go#L131: type Alias BotInlineResult
tl_bot_inline_result_gen.go#L136: func (b *BotInlineResult) FillFrom(from interface {
tl_bot_inline_result_gen.go#L174: func (*BotInlineResult) TypeID() uint32 {
tl_bot_inline_result_gen.go#L179: func (*BotInlineResult) TypeName() string {
tl_bot_inline_result_gen.go#L184: func (b *BotInlineResult) TypeInfo() tdp.Type {
tl_bot_inline_result_gen.go#L236: func (b *BotInlineResult) SetFlags() {
tl_bot_inline_result_gen.go#L255: func (b *BotInlineResult) Encode(buf *bin.Buffer) error {
tl_bot_inline_result_gen.go#L264: func (b *BotInlineResult) EncodeBare(buf *bin.Buffer) error {
tl_bot_inline_result_gen.go#L309: func (b *BotInlineResult) Decode(buf *bin.Buffer) error {
tl_bot_inline_result_gen.go#L320: func (b *BotInlineResult) DecodeBare(buf *bin.Buffer) error {
tl_bot_inline_result_gen.go#L389: func (b *BotInlineResult) GetID() (value string) {
tl_bot_inline_result_gen.go#L397: func (b *BotInlineResult) GetType() (value string) {
tl_bot_inline_result_gen.go#L405: func (b *BotInlineResult) SetTitle(value string) {
tl_bot_inline_result_gen.go#L412: func (b *BotInlineResult) GetTitle() (value string, ok bool) {
tl_bot_inline_result_gen.go#L423: func (b *BotInlineResult) SetDescription(value string) {
tl_bot_inline_result_gen.go#L430: func (b *BotInlineResult) GetDescription() (value string, ok bool) {
tl_bot_inline_result_gen.go#L441: func (b *BotInlineResult) SetURL(value string) {
tl_bot_inline_result_gen.go#L448: func (b *BotInlineResult) GetURL() (value string, ok bool) {
tl_bot_inline_result_gen.go#L459: func (b *BotInlineResult) SetThumb(value WebDocumentClass) {
tl_bot_inline_result_gen.go#L466: func (b *BotInlineResult) GetThumb() (value WebDocumentClass, ok bool) {
tl_bot_inline_result_gen.go#L477: func (b *BotInlineResult) SetContent(value WebDocumentClass) {
tl_bot_inline_result_gen.go#L484: func (b *BotInlineResult) GetContent() (value WebDocumentClass, ok bool) {
tl_bot_inline_result_gen.go#L495: func (b *BotInlineResult) GetSendMessage() (value BotInlineMessageClass) {
tl_bot_inline_result_gen.go#L990: v := BotInlineResult{}
tl_bot_inline_result_slices_gen.go#L122: value, ok := elem.(*BotInlineResult)
tl_bot_inline_result_slices_gen.go#L146: type BotInlineResultArray []BotInlineResult
tl_bot_inline_result_slices_gen.go#L149: func (s BotInlineResultArray) Sort(less func(a, b BotInlineResult) bool) BotInlineResultArray {
tl_bot_inline_result_slices_gen.go#L157: func (s BotInlineResultArray) SortStable(less func(a, b BotInlineResult) bool) BotInlineResultArray {
tl_bot_inline_result_slices_gen.go#L165: func (s BotInlineResultArray) Retain(keep func(x BotInlineResult) bool) BotInlineResultArray {
tl_bot_inline_result_slices_gen.go#L179: func (s BotInlineResultArray) First() (v BotInlineResult, ok bool) {
tl_bot_inline_result_slices_gen.go#L187: func (s BotInlineResultArray) Last() (v BotInlineResult, ok bool) {
tl_bot_inline_result_slices_gen.go#L195: func (s *BotInlineResultArray) PopFirst() (v BotInlineResult, ok bool) {
tl_bot_inline_result_slices_gen.go#L205: var zero BotInlineResult
tl_bot_inline_result_slices_gen.go#L214: func (s *BotInlineResultArray) Pop() (v BotInlineResult, ok bool) {
tl_registry_gen.go#L4197: BotInlineResultTypeID: func() bin.Object { return &BotInlineResult{} },
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |