type github.com/gotd/td/tg.FactCheck
37 uses
github.com/gotd/td/tg (current package)
tl_fact_check_gen.go#L41: type FactCheck struct {
tl_fact_check_gen.go#L76: _ bin.Encoder = &FactCheck{}
tl_fact_check_gen.go#L77: _ bin.Decoder = &FactCheck{}
tl_fact_check_gen.go#L78: _ bin.BareEncoder = &FactCheck{}
tl_fact_check_gen.go#L79: _ bin.BareDecoder = &FactCheck{}
tl_fact_check_gen.go#L82: func (f *FactCheck) Zero() bool {
tl_fact_check_gen.go#L106: func (f *FactCheck) String() string {
tl_fact_check_gen.go#L110: type Alias FactCheck
tl_fact_check_gen.go#L115: func (f *FactCheck) FillFrom(from interface {
tl_fact_check_gen.go#L136: func (*FactCheck) TypeID() uint32 {
tl_fact_check_gen.go#L141: func (*FactCheck) TypeName() string {
tl_fact_check_gen.go#L146: func (f *FactCheck) TypeInfo() tdp.Type {
tl_fact_check_gen.go#L180: func (f *FactCheck) SetFlags() {
tl_fact_check_gen.go#L193: func (f *FactCheck) Encode(b *bin.Buffer) error {
tl_fact_check_gen.go#L202: func (f *FactCheck) EncodeBare(b *bin.Buffer) error {
tl_fact_check_gen.go#L223: func (f *FactCheck) Decode(b *bin.Buffer) error {
tl_fact_check_gen.go#L234: func (f *FactCheck) DecodeBare(b *bin.Buffer) error {
tl_fact_check_gen.go#L267: func (f *FactCheck) SetNeedCheck(value bool) {
tl_fact_check_gen.go#L278: func (f *FactCheck) GetNeedCheck() (value bool) {
tl_fact_check_gen.go#L286: func (f *FactCheck) SetCountry(value string) {
tl_fact_check_gen.go#L293: func (f *FactCheck) GetCountry() (value string, ok bool) {
tl_fact_check_gen.go#L304: func (f *FactCheck) SetText(value TextWithEntities) {
tl_fact_check_gen.go#L311: func (f *FactCheck) GetText() (value TextWithEntities, ok bool) {
tl_fact_check_gen.go#L322: func (f *FactCheck) GetHash() (value int64) {
tl_fact_check_vector_gen.go#L37: Elems []FactCheck
tl_fact_check_vector_gen.go#L73: GetElems() (value []FactCheck)
tl_fact_check_vector_gen.go#L153: vec.Elems = make([]FactCheck, 0, headerLen%bin.PreallocateLimit)
tl_fact_check_vector_gen.go#L156: var value FactCheck
tl_fact_check_vector_gen.go#L167: func (vec *FactCheckVector) GetElems() (value []FactCheck) {
tl_message_gen.go#L476: Factcheck FactCheck
tl_message_gen.go#L752: GetFactcheck() (value FactCheck, ok bool)
tl_message_gen.go#L2508: func (m *Message) SetFactcheck(value FactCheck) {
tl_message_gen.go#L2515: func (m *Message) GetFactcheck() (value FactCheck, ok bool) {
tl_messages_get_fact_check_gen.go#L226: func (c *Client) MessagesGetFactCheck(ctx context.Context, request *MessagesGetFactCheckRequest) ([]FactCheck, error) {
tl_messages_get_fact_check_gen.go#L232: return []FactCheck(result.Elems), nil
tl_registry_gen.go#L6333: FactCheckTypeID: func() bin.Object { return &FactCheck{} },
tl_server_gen.go#L7389: func (s *ServerDispatcher) OnMessagesGetFactCheck(f func(ctx context.Context, request *MessagesGetFactCheckRequest) ([]FactCheck, error)) {
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |