github.com/gotd/td/tg.InputChatlistDialogFilter.Decode (method, view implemented interface methods)

10 uses

	github.com/gotd/td/tg (current package)
		tl_chatlists_delete_exported_invite_gen.go#L167: 		if err := d.Chatlist.Decode(b); err != nil {
		tl_chatlists_edit_exported_invite_gen.go#L242: 		if err := e.Chatlist.Decode(b); err != nil {
		tl_chatlists_export_chatlist_invite_gen.go#L189: 		if err := e.Chatlist.Decode(b); err != nil {
		tl_chatlists_get_chatlist_updates_gen.go#L155: 		if err := g.Chatlist.Decode(b); err != nil {
		tl_chatlists_get_exported_invites_gen.go#L152: 		if err := g.Chatlist.Decode(b); err != nil {
		tl_chatlists_get_leave_chatlist_suggestions_gen.go#L154: 		if err := g.Chatlist.Decode(b); err != nil {
		tl_chatlists_hide_chatlist_updates_gen.go#L152: 		if err := h.Chatlist.Decode(b); err != nil {
		tl_chatlists_join_chatlist_updates_gen.go#L177: 		if err := j.Chatlist.Decode(b); err != nil {
		tl_chatlists_leave_chatlist_gen.go#L172: 		if err := l.Chatlist.Decode(b); err != nil {
		tl_input_chatlist_dialog_filter_gen.go#L134: func (i *InputChatlistDialogFilter) Decode(b *bin.Buffer) error {