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

26 uses

	github.com/gotd/td/tg (current package)
		tl_ai_compose_tone_example_gen.go#L37: type AiComposeToneExample struct {
		tl_ai_compose_tone_example_gen.go#L49: 	_ bin.Encoder     = &AiComposeToneExample{}
		tl_ai_compose_tone_example_gen.go#L50: 	_ bin.Decoder     = &AiComposeToneExample{}
		tl_ai_compose_tone_example_gen.go#L51: 	_ bin.BareEncoder = &AiComposeToneExample{}
		tl_ai_compose_tone_example_gen.go#L52: 	_ bin.BareDecoder = &AiComposeToneExample{}
		tl_ai_compose_tone_example_gen.go#L55: func (a *AiComposeToneExample) Zero() bool {
		tl_ai_compose_tone_example_gen.go#L70: func (a *AiComposeToneExample) String() string {
		tl_ai_compose_tone_example_gen.go#L74: 	type Alias AiComposeToneExample
		tl_ai_compose_tone_example_gen.go#L79: func (a *AiComposeToneExample) FillFrom(from interface {
		tl_ai_compose_tone_example_gen.go#L90: func (*AiComposeToneExample) TypeID() uint32 {
		tl_ai_compose_tone_example_gen.go#L95: func (*AiComposeToneExample) TypeName() string {
		tl_ai_compose_tone_example_gen.go#L100: func (a *AiComposeToneExample) TypeInfo() tdp.Type {
		tl_ai_compose_tone_example_gen.go#L123: func (a *AiComposeToneExample) Encode(b *bin.Buffer) error {
		tl_ai_compose_tone_example_gen.go#L132: func (a *AiComposeToneExample) EncodeBare(b *bin.Buffer) error {
		tl_ai_compose_tone_example_gen.go#L146: func (a *AiComposeToneExample) Decode(b *bin.Buffer) error {
		tl_ai_compose_tone_example_gen.go#L157: func (a *AiComposeToneExample) DecodeBare(b *bin.Buffer) error {
		tl_ai_compose_tone_example_gen.go#L175: func (a *AiComposeToneExample) GetFrom() (value TextWithEntities) {
		tl_ai_compose_tone_example_gen.go#L183: func (a *AiComposeToneExample) GetTo() (value TextWithEntities) {
		tl_ai_compose_tone_gen.go#L69: 	ExampleEnglish AiComposeToneExample
		tl_ai_compose_tone_gen.go#L149: 	GetExampleEnglish() (value AiComposeToneExample, ok bool)
		tl_ai_compose_tone_gen.go#L525: func (a *AiComposeTone) SetExampleEnglish(value AiComposeToneExample) {
		tl_ai_compose_tone_gen.go#L532: func (a *AiComposeTone) GetExampleEnglish() (value AiComposeToneExample, ok bool) {
		tl_aicompose_get_tone_example_gen.go#L198: func (c *Client) AicomposeGetToneExample(ctx context.Context, request *AicomposeGetToneExampleRequest) (*AiComposeToneExample, error) {
		tl_aicompose_get_tone_example_gen.go#L199: 	var result AiComposeToneExample
		tl_registry_gen.go#L6498: 		AiComposeToneExampleTypeID:                                              func() bin.Object { return &AiComposeToneExample{} },
		tl_server_gen.go#L14134: func (s *ServerDispatcher) OnAicomposeGetToneExample(f func(ctx context.Context, request *AicomposeGetToneExampleRequest) (*AiComposeToneExample, error)) {